Html Css Color HEX #374EAC Cerulean Blue

📋 copy color: '#374EAC'

red 55 ◦ green 78 ◦ blue 172

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

Shades of Cerulean Blue #374EAC

Tints of Cerulean Blue #374EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.57%

 BLUE value IS 172 (67.58% from 255) = 56.39%

R = 18.03%
G = 25.57%
B = 56.39%

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

#374EAC (or 0x374EAC) is known color: Cerulean Blue. HEX triplet: 37, 4E and AC. RGB value is (55,78,172). Sum of RGB (Red+Green+Blue) = 55+78+172=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #374EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374EAC is #C8B153. Grayscale: #515151. Windows color (decimal): -13152596 or 11292215. OLE color: 11292215.

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

Color convert

RGB 55 78 172 -
CMYK 0.68 0.55 0 0.33
HSL 228.21º 0.52% 0.45% -
HSV(B) 228.21º 0.68% 0.67% -
XYZ 11.75 9.24 40.19 -
YUV 81.84 178.88 108.86 -
System Red Green Blue C M Y K H S L
Decimal 55 78 172 0.68 0.55 0 0.33 228.21 0.52 0.45
Hex 37 4E AC 44 37 0 21 E4 34 2D
Octal 67 116 254 104 67 0 41 344 64 55
Binary 110111 1001110 10101100 1000100 110111 0 100001 11100100 110100 101101

Color Harmonies of #374EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374EAC

Black with #374EAC

Text Example


Text Example

White with #374EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,78,172); }

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

background-color css

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

 a { background-color: rgb(55,78,172); }

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

border-color css

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

 span { border-color: rgb(55,78,172); }

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