#3755BC

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

Shades of Cerulean Blue #3755BC

Tints of Cerulean Blue #3755BC

Color information

#3755BC (or 0x3755BC) is unknown color: approx Cerulean Blue. HEX triplet: 37, 55 and BC. RGB value is (55,85,188). Sum of RGB (Red+Green+Blue) = 55+85+188=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #3755BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3755BC is #C8AA43. Grayscale: #575757. Windows color (decimal): -13150788 or 12342583. OLE color: 12342583.

HSL color Cylindrical-coordinate representation of color #3755BC: hue angle of 226.47º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3755BC is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5585188-
CMYK0.710.5500.26
HSL226.47º54.73%47.65%-
HSV(B)226.47º70.74%73.73%-
XYZ13.910.9448.96-
YUV87.77184.56104.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.77%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 188 (73.83% from 255) = 57.32%
R=16.77%
G=25.91%
B=57.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal55851880.710.5500.26226.4754.7347.65
Hex3755BC473701Ae23730
Octal67125274107670323426760
Binary110111101010110111100100011111011101101011100010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3755BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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