Html Css Color HEX #374CAB Cerulean Blue

📋 copy color: '#374CAB'

red 55 ◦ green 76 ◦ blue 171

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

Shades of Cerulean Blue #374CAB

Tints of Cerulean Blue #374CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.17%

 BLUE value IS 171 (67.19% from 255) = 56.62%

R = 18.21%
G = 25.17%
B = 56.62%

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

#374CAB (or 0x374CAB) is known color: Cerulean Blue. HEX triplet: 37, 4C and AB. RGB value is (55,76,171). Sum of RGB (Red+Green+Blue) = 55+76+171=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #374CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374CAB is #C8B354. Grayscale: #505050. Windows color (decimal): -13153109 or 11226167. OLE color: 11226167.

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

Color convert

RGB 55 76 171 -
CMYK 0.68 0.56 0 0.33
HSL 229.14º 0.51% 0.44% -
HSV(B) 229.14º 0.68% 0.67% -
XYZ 11.51 8.92 39.64 -
YUV 80.55 179.04 109.78 -
System Red Green Blue C M Y K H S L
Decimal 55 76 171 0.68 0.56 0 0.33 229.14 0.51 0.44
Hex 37 4C AB 44 38 0 21 E5 33 2C
Octal 67 114 253 104 70 0 41 345 63 54
Binary 110111 1001100 10101011 1000100 111000 0 100001 11100101 110011 101100

Color Harmonies of #374CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374CAB

Black with #374CAB

Text Example


Text Example

White with #374CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,76,171); }

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

background-color css

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

 a { background-color: rgb(55,76,171); }

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

border-color css

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

 span { border-color: rgb(55,76,171); }

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