#3555BC

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

Shades of Cerulean Blue #3555BC

Tints of Cerulean Blue #3555BC

Color information

#3555BC (or 0x3555BC) is unknown color: approx Cerulean Blue. HEX triplet: 35, 55 and BC. RGB value is (53,85,188). Sum of RGB (Red+Green+Blue) = 53+85+188=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #3555BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3555BC is #CAAA43. Grayscale: #565656. Windows color (decimal): -13281860 or 12342581. OLE color: 12342581.

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

Color convert

RGB5385188-
CMYK0.720.5500.26
HSL225.78º56.02%47.25%-
HSV(B)225.78º71.81%73.73%-
XYZ13.7910.8848.95-
YUV87.17184.9103.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 188 (73.83% from 255) = 57.67%
R=16.26%
G=26.07%
B=57.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53851880.720.5500.26225.7856.0247.25
Hex3555BC483701Ae2382f
Octal65125274110670323427057
Binary110101101010110111100100100011011101101011100010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3555BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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