#374BAB

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

Shades of Cerulean Blue #374BAB

Tints of Cerulean Blue #374BAB

Color information

#374BAB (or 0x374BAB) is unknown color: approx Cerulean Blue. HEX triplet: 37, 4B and AB. RGB value is (55,75,171). Sum of RGB (Red+Green+Blue) = 55+75+171=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #374BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374BAB is #C8B454. Grayscale: #4F4F4F. Windows color (decimal): -13153365 or 11225911. OLE color: 11225911.

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

Color convert

RGB5575171-
CMYK0.680.5600.33
HSL229.66º51.33%44.31%-
HSV(B)229.66º67.84%67.06%-
XYZ11.448.7839.62-
YUV79.96179.37110.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.27%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 171 (67.19% from 255) = 56.81%
R=18.27%
G=24.92%
B=56.81%

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
Decimal55751710.680.5600.33229.6651.3344.31
Hex374BAB4438021e6332c
Octal67113253104700413466354
Binary1101111001011101010111000100111000010000111100110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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