#3556bb

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

Shades of Cerulean Blue #3556BB

Tints of Cerulean Blue #3556BB

Color information

#3556BB (or 0x3556BB) is unknown color: approx Cerulean Blue. HEX triplet: 35, 56 and BB. RGB value is (53,86,187). Sum of RGB (Red+Green+Blue) = 53+86+187=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #3556BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3556BB is #CAA944. Grayscale: #575757. Windows color (decimal): -13281605 or 12277301. OLE color: 12277301.

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

Color convert

RGB5386187-
CMYK0.720.5400.27
HSL225.22º55.83%47.06%-
HSV(B)225.22º71.66%73.33%-
XYZ13.771148.41-
YUV87.65184.07103.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 187 (73.44% from 255) = 57.36%
R=16.26%
G=26.38%
B=57.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53861870.720.5400.27225.2255.8347.06
Hex3556BB483601Be1382f
Octal65126273110660333417057
Binary110101101011010111011100100011011001101111100001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3556bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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