#374CAE

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

Shades of Cerulean Blue #374CAE

Tints of Cerulean Blue #374CAE

Color information

#374CAE (or 0x374CAE) is unknown color: approx Cerulean Blue. HEX triplet: 37, 4C and AE. RGB value is (55,76,174). Sum of RGB (Red+Green+Blue) = 55+76+174=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #374CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374CAE is #C8B351. Grayscale: #505050. Windows color (decimal): -13153106 or 11422775. OLE color: 11422775.

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

Color convert

RGB5576174-
CMYK0.680.5600.32
HSL229.41º51.97%44.9%-
HSV(B)229.41º68.39%68.24%-
XYZ11.89.0441.17-
YUV80.89180.54109.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.03%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=18.03%
G=24.92%
B=57.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal55761740.680.5600.32229.4151.9744.9
Hex374CAE4438020e5342d
Octal67114256104700403456455
Binary1101111001100101011101000100111000010000011100101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374CAE; }

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

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

<style>
 a { background-color: #374CAE; }

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

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

<style>
 span { border-color: #374CAE; }

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

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