Html Css Color HEX #37254C Jagger

📋 copy color: '#37254C'

red 55 ◦ green 37 ◦ blue 76

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

Shades of Jagger #37254C

Tints of Jagger #37254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.02%

 BLUE value IS 76 (30.08% from 255) = 45.24%

R = 32.74%
G = 22.02%
B = 45.24%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37254C (or 0x37254C) is known color: Jagger. HEX triplet: 37, 25 and 4C. RGB value is (55,37,76). Sum of RGB (Red+Green+Blue) = 55+37+76=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #37254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37254C is #C8DAB3. Grayscale: #2E2E2E. Windows color (decimal): -13163188 or 4990263. OLE color: 4990263.

HSL color Cylindrical-coordinate representation of color #37254C: hue angle of 267.69º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37254C is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 37 76 -
CMYK 0.28 0.51 0 0.70
HSL 267.69º 0.35% 0.22% -
HSV(B) 267.69º 0.51% 0.3% -
XYZ 3.54 2.66 7.16 -
YUV 46.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 55 37 76 0.28 0.51 0 0.70 267.69 0.35 0.22
Hex 37 25 4C 1C 33 0 46 10C 23 16
Octal 67 45 114 34 63 0 106 414 43 26
Binary 110111 100101 1001100 11100 110011 0 1000110 100001100 100011 10110

Color Harmonies of #37254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37254C

Black with #37254C

Text Example


Text Example

White with #37254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37254C; }

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

 H1.HeaderClassName
 {
   color: #37254C;
 }
 .AnyTagClassName
 {
   color: #37254C;
 }
</style>

background-color css

<style>
 a { background-color: #37254C; }

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

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

border-color css

<style>
 span { border-color: #37254C; }

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

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