#374BAA

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

Shades of Cerulean Blue #374BAA

Tints of Cerulean Blue #374BAA

Color information

#374BAA (or 0x374BAA) is unknown color: approx Cerulean Blue. HEX triplet: 37, 4B and AA. RGB value is (55,75,170). Sum of RGB (Red+Green+Blue) = 55+75+170=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #374BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374BAA is #C8B455. Grayscale: #4F4F4F. Windows color (decimal): -13153366 or 11160375. OLE color: 11160375.

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

Color convert

RGB5575170-
CMYK0.680.5600.33
HSL229.57º51.11%44.12%-
HSV(B)229.57º67.65%66.67%-
XYZ11.358.7539.12-
YUV79.85178.87110.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.33%
GREEN value IS 75 (29.69% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 56.67%
R=18.33%
G=25%
B=56.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55751700.680.5600.33229.5751.1144.12
Hex374BAA4438021e6332c
Octal67113252104700413466354
Binary1101111001011101010101000100111000010000111100110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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