#3755B9

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

Shades of Cerulean Blue #3755B9

Tints of Cerulean Blue #3755B9

Color information

#3755B9 (or 0x3755B9) is unknown color: approx Cerulean Blue. HEX triplet: 37, 55 and B9. RGB value is (55,85,185). Sum of RGB (Red+Green+Blue) = 55+85+185=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 185 (72.66% from 255 or 56.92% from 325); Max value from RGB is 185 - color contains mainly: blue. Hex color #3755B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3755B9 is #C8AA46. Grayscale: #575757. Windows color (decimal): -13150791 or 12145975. OLE color: 12145975.

HSL color Cylindrical-coordinate representation of color #3755B9: hue angle of 226.15º 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 #3755B9 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5585185-
CMYK0.700.5400.27
HSL226.15º54.17%47.06%-
HSV(B)226.15º70.27%72.55%-
XYZ13.5810.8147.27-
YUV87.43183.06104.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.92%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 185 (72.66% from 255) = 56.92%
R=16.92%
G=26.15%
B=56.92%

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
Decimal55851850.700.5400.27226.1554.1747.06
Hex3755B9463601Be2362f
Octal67125271106660333426657
Binary110111101010110111001100011011011001101111100010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3755B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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