Html Css Color HEX #374DA8 Cerulean Blue

📋 copy color: '#374DA8'

red 55 ◦ green 77 ◦ blue 168

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

Shades of Cerulean Blue #374DA8

Tints of Cerulean Blue #374DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 56%

R = 18.33%
G = 25.67%
B = 56%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#374DA8 (or 0x374DA8) is known color: Cerulean Blue. HEX triplet: 37, 4D and A8. RGB value is (55,77,168). Sum of RGB (Red+Green+Blue) = 55+77+168=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 168 (66.02% from 255 or 56% from 300); Max value from RGB is 168 - color contains mainly: blue. Hex color #374DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374DA8 is #C8B257. Grayscale: #505050. Windows color (decimal): -13152856 or 11029815. OLE color: 11029815.

HSL color Cylindrical-coordinate representation of color #374DA8: hue angle of 228.32º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #374DA8 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 55 77 168 -
CMYK 0.67 0.54 0 0.34
HSL 228.32º 0.51% 0.44% -
HSV(B) 228.32º 0.67% 0.66% -
XYZ 11.3 8.95 38.18 -
YUV 80.8 177.21 109.6 -
System Red Green Blue C M Y K H S L
Decimal 55 77 168 0.67 0.54 0 0.34 228.32 0.51 0.44
Hex 37 4D A8 43 36 0 22 E4 33 2C
Octal 67 115 250 103 66 0 42 344 63 54
Binary 110111 1001101 10101000 1000011 110110 0 100010 11100100 110011 101100

Color Harmonies of #374DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374DA8

Black with #374DA8

Text Example


Text Example

White with #374DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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