Html Css Color HEX #37244A Jagger

📋 copy color: '#37244A'

red 55 ◦ green 36 ◦ blue 74

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

Shades of Jagger #37244A

Tints of Jagger #37244A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.82%

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

R = 33.33%
G = 21.82%
B = 44.85%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37244A (or 0x37244A) is known color: Jagger. HEX triplet: 37, 24 and 4A. RGB value is (55,36,74). Sum of RGB (Red+Green+Blue) = 55+36+74=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 74 - color contains mainly: blue. Hex color #37244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37244A is #C8DBB5. Grayscale: #2D2D2D. Windows color (decimal): -13163446 or 4858935. OLE color: 4858935.

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

Color convert

RGB 55 36 74 -
CMYK 0.26 0.51 0 0.71
HSL 270º 0.35% 0.22% -
HSV(B) 270º 0.51% 0.29% -
XYZ 3.44 2.57 6.79 -
YUV 46.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 55 36 74 0.26 0.51 0 0.71 270 0.35 0.22
Hex 37 24 4A 1A 33 0 47 10E 23 16
Octal 67 44 112 32 63 0 107 416 43 26
Binary 110111 100100 1001010 11010 110011 0 1000111 100001110 100011 10110

Color Harmonies of #37244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37244A

Black with #37244A

Text Example


Text Example

White with #37244A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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