Html Css Color HEX #374BAC Cerulean Blue

📋 copy color: '#374BAC'

red 55 ◦ green 75 ◦ blue 172

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

Shades of Cerulean Blue #374BAC

Tints of Cerulean Blue #374BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.83%

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

R = 18.21%
G = 24.83%
B = 56.95%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#374BAC (or 0x374BAC) is known color: Cerulean Blue. HEX triplet: 37, 4B and AC. RGB value is (55,75,172). Sum of RGB (Red+Green+Blue) = 55+75+172=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #374BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374BAC is #C8B453. Grayscale: #4F4F4F. Windows color (decimal): -13153364 or 11291447. OLE color: 11291447.

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

Color convert

RGB 55 75 172 -
CMYK 0.68 0.56 0 0.33
HSL 229.74º 0.52% 0.45% -
HSV(B) 229.74º 0.68% 0.67% -
XYZ 11.54 8.82 40.12 -
YUV 80.08 179.87 110.11 -
System Red Green Blue C M Y K H S L
Decimal 55 75 172 0.68 0.56 0 0.33 229.74 0.52 0.45
Hex 37 4B AC 44 38 0 21 E6 34 2D
Octal 67 113 254 104 70 0 41 346 64 55
Binary 110111 1001011 10101100 1000100 111000 0 100001 11100110 110100 101101

Color Harmonies of #374BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374BAC

Black with #374BAC

Text Example


Text Example

White with #374BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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