#3740AE

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

Shades of Cerulean Blue #3740AE

Tints of Cerulean Blue #3740AE

Color information

#3740AE (or 0x3740AE) is unknown color: approx Cerulean Blue. HEX triplet: 37, 40 and AE. RGB value is (55,64,174). Sum of RGB (Red+Green+Blue) = 55+64+174=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #3740AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3740AE is #C8BF51. Grayscale: #494949. Windows color (decimal): -13156178 or 11419703. OLE color: 11419703.

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

Color convert

RGB5564174-
CMYK0.680.6300.32
HSL235.46º51.97%44.9%-
HSV(B)235.46º68.39%68.24%-
XYZ11.057.5440.92-
YUV73.85184.52114.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.77%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 174 (68.36% from 255) = 59.39%
R=18.77%
G=21.84%
B=59.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal55641740.680.6300.32235.4651.9744.9
Hex3740AE443F020eb342d
Octal67100256104770403536455
Binary1101111000000101011101000100111111010000011101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3740AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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