#3755AE

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

Shades of Cerulean Blue #3755AE

Tints of Cerulean Blue #3755AE

Color information

#3755AE (or 0x3755AE) is unknown color: approx Cerulean Blue. HEX triplet: 37, 55 and AE. RGB value is (55,85,174). Sum of RGB (Red+Green+Blue) = 55+85+174=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #3755AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3755AE is #C8AA51. Grayscale: #555555. Windows color (decimal): -13150802 or 11425079. OLE color: 11425079.

HSL color Cylindrical-coordinate representation of color #3755AE: hue angle of 224.87º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3755AE is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5585174-
CMYK0.680.5100.32
HSL224.87º51.97%44.9%-
HSV(B)224.87º68.39%68.24%-
XYZ12.4610.3741.39-
YUV86.18177.56105.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 174 (68.36% from 255) = 55.41%
R=17.52%
G=27.07%
B=55.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal55851740.680.5100.32224.8751.9744.9
Hex3755AE4433020e1342d
Octal67125256104630403416455
Binary1101111010101101011101000100110011010000011100001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3755AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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