#374CAA

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

Shades of Cerulean Blue #374CAA

Tints of Cerulean Blue #374CAA

Color information

#374CAA (or 0x374CAA) is unknown color: approx Cerulean Blue. HEX triplet: 37, 4C and AA. RGB value is (55,76,170). Sum of RGB (Red+Green+Blue) = 55+76+170=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #374CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374CAA is #C8B355. Grayscale: #505050. Windows color (decimal): -13153110 or 11160631. OLE color: 11160631.

HSL color Cylindrical-coordinate representation of color #374CAA: hue angle of 229.04º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #374CAA is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5576170-
CMYK0.680.5500.33
HSL229.04º51.11%44.12%-
HSV(B)229.04º67.65%66.67%-
XYZ11.428.8839.14-
YUV80.44178.54109.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 76 (30.08% from 255) = 25.25%
BLUE value IS 170 (66.80% from 255) = 56.48%
R=18.27%
G=25.25%
B=56.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55761700.680.5500.33229.0451.1144.12
Hex374CAA4437021e5332c
Octal67114252104670413456354
Binary1101111001100101010101000100110111010000111100101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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