Html Css Color HEX #37264A Jagger

📋 copy color: '#37264A'

red 55 ◦ green 38 ◦ blue 74

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

Shades of Jagger #37264A

Tints of Jagger #37264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.75%

 BLUE value IS 74 (29.3% from 255) = 44.31%

R = 32.93%
G = 22.75%
B = 44.31%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37264A (or 0x37264A) is known color: Jagger. HEX triplet: 37, 26 and 4A. RGB value is (55,38,74). Sum of RGB (Red+Green+Blue) = 55+38+74=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #37264A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37264A is #C8D9B5. Grayscale: #2F2F2F. Windows color (decimal): -13162934 or 4859447. OLE color: 4859447.

HSL color Cylindrical-coordinate representation of color #37264A: hue angle of 268.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37264A is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 38 74 -
CMYK 0.26 0.49 0 0.71
HSL 268.33º 0.32% 0.22% -
HSV(B) 268.33º 0.49% 0.29% -
XYZ 3.5 2.69 6.81 -
YUV 47.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 55 38 74 0.26 0.49 0 0.71 268.33 0.32 0.22
Hex 37 26 4A 1A 31 0 47 10C 20 16
Octal 67 46 112 32 61 0 107 414 40 26
Binary 110111 100110 1001010 11010 110001 0 1000111 100001100 100000 10110

Color Harmonies of #37264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37264A

Black with #37264A

Text Example


Text Example

White with #37264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37264A; }

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

 H1.HeaderClassName
 {
   color: #37264A;
 }
 .AnyTagClassName
 {
   color: #37264A;
 }
</style>

background-color css

<style>
 a { background-color: #37264A; }

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

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

border-color css

<style>
 span { border-color: #37264A; }

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

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