#374AAA

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

Shades of Cerulean Blue #374AAA

Tints of Cerulean Blue #374AAA

Color information

#374AAA (or 0x374AAA) is unknown color: approx Cerulean Blue. HEX triplet: 37, 4A and AA. RGB value is (55,74,170). Sum of RGB (Red+Green+Blue) = 55+74+170=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #374AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374AAA is #C8B555. Grayscale: #4E4E4E. Windows color (decimal): -13153622 or 11160119. OLE color: 11160119.

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

Color convert

RGB5574170-
CMYK0.680.5600.33
HSL230.09º51.11%44.12%-
HSV(B)230.09º67.65%66.67%-
XYZ11.288.6139.1-
YUV79.26179.21110.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.39%
GREEN value IS 74 (29.30% from 255) = 24.75%
BLUE value IS 170 (66.80% from 255) = 56.86%
R=18.39%
G=24.75%
B=56.86%

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
Decimal55741700.680.5600.33230.0951.1144.12
Hex374AAA4438021e6332c
Octal67112252104700413466354
Binary1101111001010101010101000100111000010000111100110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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