#3556AB

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

Shades of Cerulean Blue #3556AB

Tints of Cerulean Blue #3556AB

Color information

#3556AB (or 0x3556AB) is unknown color: approx Cerulean Blue. HEX triplet: 35, 56 and AB. RGB value is (53,86,171). Sum of RGB (Red+Green+Blue) = 53+86+171=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #3556AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3556AB is #CAA954. Grayscale: #555555. Windows color (decimal): -13281621 or 11228725. OLE color: 11228725.

HSL color Cylindrical-coordinate representation of color #3556AB: hue angle of 223.22º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3556AB is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5386171-
CMYK0.690.5000.33
HSL223.22º52.68%43.92%-
HSV(B)223.22º69.01%67.06%-
XYZ12.1510.3539.89-
YUV85.82176.07104.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 86 (33.98% from 255) = 27.74%
BLUE value IS 171 (67.19% from 255) = 55.16%
R=17.10%
G=27.74%
B=55.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53861710.690.5000.33223.2252.6843.92
Hex3556AB4532021df352c
Octal65126253105620413376554
Binary1101011010110101010111000101110010010000111011111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3556AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3556AB; }

 p { color: rgb(53,86,171); }

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

<style>
 a { background-color: #3556AB; }

 a { background-color: rgb(53,86,171); }

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

<style>
 span { border-color: #3556AB; }

 span { border-color: rgb(53,86,171); }

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