#3756BA

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

Shades of Cerulean Blue #3756BA

Tints of Cerulean Blue #3756BA

Color information

#3756BA (or 0x3756BA) is unknown color: approx Cerulean Blue. HEX triplet: 37, 56 and BA. RGB value is (55,86,186). Sum of RGB (Red+Green+Blue) = 55+86+186=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #3756BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3756BA is #C8A945. Grayscale: #575757. Windows color (decimal): -13150534 or 12211767. OLE color: 12211767.

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

Color convert

RGB5586186-
CMYK0.700.5400.27
HSL225.8º54.36%47.25%-
HSV(B)225.8º70.43%72.94%-
XYZ13.7711.0147.85-
YUV88.13183.23104.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.82%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 186 (73.05% from 255) = 56.88%
R=16.82%
G=26.30%
B=56.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal55861860.700.5400.27225.854.3647.25
Hex3756BA463601Be2362f
Octal67126272106660333426657
Binary110111101011010111010100011011011001101111100010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3756BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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