#3742AE

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

Shades of Cerulean Blue #3742AE

Tints of Cerulean Blue #3742AE

Color information

#3742AE (or 0x3742AE) is unknown color: approx Cerulean Blue. HEX triplet: 37, 42 and AE. RGB value is (55,66,174). Sum of RGB (Red+Green+Blue) = 55+66+174=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #3742AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3742AE is #C8BD51. Grayscale: #4A4A4A. Windows color (decimal): -13155666 or 11420215. OLE color: 11420215.

HSL color Cylindrical-coordinate representation of color #3742AE: hue angle of 234.45º 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 #3742AE is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5566174-
CMYK0.680.6200.32
HSL234.45º51.97%44.9%-
HSV(B)234.45º68.39%68.24%-
XYZ11.167.7640.95-
YUV75.02183.86113.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 174 (68.36% from 255) = 58.98%
R=18.64%
G=22.37%
B=58.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal55661740.680.6200.32234.4551.9744.9
Hex3742AE443E020ea342d
Octal67102256104760403526455
Binary1101111000010101011101000100111110010000011101010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3742AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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