#3557BD

Color #3557BD Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3557BD

Tints of Cerulean Blue #3557BD

Color information

#3557BD (or 0x3557BD) is unknown color: approx Cerulean Blue. HEX triplet: 35, 57 and BD. RGB value is (53,87,189). Sum of RGB (Red+Green+Blue) = 53+87+189=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #3557BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3557BD is #CAA842. Grayscale: #585858. Windows color (decimal): -13281347 or 12408629. OLE color: 12408629.

HSL color Cylindrical-coordinate representation of color #3557BD: hue angle of 225º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3557BD is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5387189-
CMYK0.720.5400.26
HSL225º56.2%47.45%-
HSV(B)225º71.96%74.12%-
XYZ14.0611.2549.57-
YUV88.46184.74102.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 16.11%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 189 (74.22% from 255) = 57.45%
R=16.11%
G=26.44%
B=57.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53871890.720.5400.2622556.247.45
Hex3557BD483601Ae1382f
Octal65127275110660323417057
Binary110101101011110111101100100011011001101011100001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3557BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3557BD; }

 p { color: rgb(53,87,189); }

 H1.HeaderClassName
 {
   color: #3557BD;
 }
 .AnyTagClassName
 {
   color: #3557BD;
 }
</style>
background-color css

<style>
 a { background-color: #3557BD; }

 a { background-color: rgb(53,87,189); }

 div.DivClassName
 {
   background-color: #3557BD;
 }
 .BgClassName
 {
   background-color: #3557BD;
 }
</style>
border-color css

<style>
 span { border-color: #3557BD; }

 span { border-color: rgb(53,87,189); }

 td.TdClassName
 {
   border-color: #3557BD;
 }
 .TagClassName
 {
   border-color: #3557BD;
 }
</style>