#3558AD

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

Shades of Cerulean Blue #3558AD

Tints of Cerulean Blue #3558AD

Color information

#3558AD (or 0x3558AD) is unknown color: approx Cerulean Blue. HEX triplet: 35, 58 and AD. RGB value is (53,88,173). Sum of RGB (Red+Green+Blue) = 53+88+173=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #3558AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3558AD is #CAA752. Grayscale: #565656. Windows color (decimal): -13281107 or 11360309. OLE color: 11360309.

HSL color Cylindrical-coordinate representation of color #3558AD: hue angle of 222.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3558AD is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5388173-
CMYK0.690.4900.32
HSL222.5º53.1%44.31%-
HSV(B)222.5º69.36%67.84%-
XYZ12.510.7540.95-
YUV87.22176.4103.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 173 (67.97% from 255) = 55.10%
R=16.88%
G=28.03%
B=55.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53881730.690.4900.32222.553.144.31
Hex3558AD4531020de352c
Octal65130255105610403366554
Binary1101011011000101011011000101110001010000011011110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3558AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3558AD; }

 p { color: rgb(53,88,173); }

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

<style>
 a { background-color: #3558AD; }

 a { background-color: rgb(53,88,173); }

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

<style>
 span { border-color: #3558AD; }

 span { border-color: rgb(53,88,173); }

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