Html Css Color HEX #374AA8 Cerulean Blue

📋 copy color: '#374AA8'

red 55 ◦ green 74 ◦ blue 168

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

Shades of Cerulean Blue #374AA8

Tints of Cerulean Blue #374AA8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

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

R = 18.52%
G = 24.92%
B = 56.57%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#374AA8 (or 0x374AA8) is known color: Cerulean Blue. HEX triplet: 37, 4A and A8. RGB value is (55,74,168). Sum of RGB (Red+Green+Blue) = 55+74+168=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 168 (66.02% from 255 or 56.57% from 297); Max value from RGB is 168 - color contains mainly: blue. Hex color #374AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374AA8 is #C8B557. Grayscale: #4E4E4E. Windows color (decimal): -13153624 or 11029047. OLE color: 11029047.

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

Color convert

RGB 55 74 168 -
CMYK 0.67 0.56 0 0.34
HSL 229.91º 0.51% 0.44% -
HSV(B) 229.91º 0.67% 0.66% -
XYZ 11.09 8.54 38.11 -
YUV 79.04 178.21 110.86 -
System Red Green Blue C M Y K H S L
Decimal 55 74 168 0.67 0.56 0 0.34 229.91 0.51 0.44
Hex 37 4A A8 43 38 0 22 E6 33 2C
Octal 67 112 250 103 70 0 42 346 63 54
Binary 110111 1001010 10101000 1000011 111000 0 100010 11100110 110011 101100

Color Harmonies of #374AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374AA8

Black with #374AA8

Text Example


Text Example

White with #374AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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