Html Css Color HEX #374DAA Cerulean Blue

📋 copy color: '#374DAA'

red 55 ◦ green 77 ◦ blue 170

#374DAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #374DAA

Tints of Cerulean Blue #374DAA

RGB

 RED value IS 55 (21.88% from 255) = 18.21%

 GREEN value IS 77 (30.47% from 255) = 25.5%

 BLUE value IS 170 (66.8% from 255) = 56.29%

R = 18.21%
G = 25.5%
B = 56.29%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#374DAA (or 0x374DAA) is known color: Cerulean Blue. HEX triplet: 37, 4D and AA. RGB value is (55,77,170). Sum of RGB (Red+Green+Blue) = 55+77+170=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #374DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374DAA is #C8B255. Grayscale: #505050. Windows color (decimal): -13152854 or 11160887. OLE color: 11160887.

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

Color convert

RGB 55 77 170 -
CMYK 0.68 0.55 0 0.33
HSL 228.52º 0.51% 0.44% -
HSV(B) 228.52º 0.68% 0.67% -
XYZ 11.49 9.02 39.17 -
YUV 81.02 178.21 109.44 -
System Red Green Blue C M Y K H S L
Decimal 55 77 170 0.68 0.55 0 0.33 228.52 0.51 0.44
Hex 37 4D AA 44 37 0 21 E5 33 2C
Octal 67 115 252 104 67 0 41 345 63 54
Binary 110111 1001101 10101010 1000100 110111 0 100001 11100101 110011 101100

Color Harmonies of #374DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374DAA

Black with #374DAA

Text Example


Text Example

White with #374DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #374DAA;
 }
 .AnyTagClassName
 {
   color: #374DAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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