#3756BD

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

Shades of Cerulean Blue #3756BD

Tints of Cerulean Blue #3756BD

Color information

#3756BD (or 0x3756BD) is unknown color: approx Cerulean Blue. HEX triplet: 37, 56 and BD. RGB value is (55,86,189). Sum of RGB (Red+Green+Blue) = 55+86+189=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #3756BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3756BD is #C8A942. Grayscale: #585858. Windows color (decimal): -13150531 or 12408375. OLE color: 12408375.

HSL color Cylindrical-coordinate representation of color #3756BD: hue angle of 226.12º 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 #3756BD is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5586189-
CMYK0.710.5400.26
HSL226.12º54.92%47.84%-
HSV(B)226.12º70.9%74.12%-
XYZ14.0911.1449.55-
YUV88.47184.73104.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.67%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 189 (74.22% from 255) = 57.27%
R=16.67%
G=26.06%
B=57.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal55861890.710.5400.26226.1254.9247.84
Hex3756BD473601Ae23730
Octal67126275107660323426760
Binary110111101011010111101100011111011001101011100010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3756BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3756BD; }

 p { color: rgb(55,86,189); }

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

<style>
 a { background-color: #3756BD; }

 a { background-color: rgb(55,86,189); }

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

<style>
 span { border-color: #3756BD; }

 span { border-color: rgb(55,86,189); }

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