Html Css Color HEX #374DAE Cerulean Blue

📋 copy color: '#374DAE'

red 55 ◦ green 77 ◦ blue 174

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

Shades of Cerulean Blue #374DAE

Tints of Cerulean Blue #374DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.86%

R = 17.97%
G = 25.16%
B = 56.86%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#374DAE (or 0x374DAE) is known color: Cerulean Blue. HEX triplet: 37, 4D and AE. RGB value is (55,77,174). Sum of RGB (Red+Green+Blue) = 55+77+174=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #374DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374DAE is #C8B251. Grayscale: #515151. Windows color (decimal): -13152850 or 11423031. OLE color: 11423031.

HSL color Cylindrical-coordinate representation of color #374DAE: hue angle of 228.91º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #374DAE is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 55 77 174 -
CMYK 0.68 0.56 0 0.32
HSL 228.91º 0.52% 0.45% -
HSV(B) 228.91º 0.68% 0.68% -
XYZ 11.87 9.18 41.19 -
YUV 81.48 180.21 109.11 -
System Red Green Blue C M Y K H S L
Decimal 55 77 174 0.68 0.56 0 0.32 228.91 0.52 0.45
Hex 37 4D AE 44 38 0 20 E5 34 2D
Octal 67 115 256 104 70 0 40 345 64 55
Binary 110111 1001101 10101110 1000100 111000 0 100000 11100101 110100 101101

Color Harmonies of #374DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374DAE

Black with #374DAE

Text Example


Text Example

White with #374DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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