#3553BC

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

Shades of Cerulean Blue #3553BC

Tints of Cerulean Blue #3553BC

Color information

#3553BC (or 0x3553BC) is unknown color: approx Cerulean Blue. HEX triplet: 35, 53 and BC. RGB value is (53,83,188). Sum of RGB (Red+Green+Blue) = 53+83+188=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #3553BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3553BC is #CAAC43. Grayscale: #555555. Windows color (decimal): -13282372 or 12342069. OLE color: 12342069.

HSL color Cylindrical-coordinate representation of color #3553BC: hue angle of 226.67º 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 #3553BC is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5383188-
CMYK0.720.5600.26
HSL226.67º56.02%47.25%-
HSV(B)226.67º71.81%73.73%-
XYZ13.6410.5748.9-
YUV86185.56104.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 188 (73.83% from 255) = 58.02%
R=16.36%
G=25.62%
B=58.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53831880.720.5600.26226.6756.0247.25
Hex3553BC483801Ae3382f
Octal65123274110700323437057
Binary110101101001110111100100100011100001101011100011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3553BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3553BC; }

 p { color: rgb(53,83,188); }

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

<style>
 a { background-color: #3553BC; }

 a { background-color: rgb(53,83,188); }

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

<style>
 span { border-color: #3553BC; }

 span { border-color: rgb(53,83,188); }

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