Html Css Color HEX #37244B Jagger

📋 copy color: '#37244B'

red 55 ◦ green 36 ◦ blue 75

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

Shades of Jagger #37244B

Tints of Jagger #37244B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 45.18%

R = 33.13%
G = 21.69%
B = 45.18%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37244B (or 0x37244B) is known color: Jagger. HEX triplet: 37, 24 and 4B. RGB value is (55,36,75). Sum of RGB (Red+Green+Blue) = 55+36+75=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #37244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37244B is #C8DBB4. Grayscale: #2D2D2D. Windows color (decimal): -13163445 or 4924471. OLE color: 4924471.

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

Color convert

RGB 55 36 75 -
CMYK 0.27 0.52 0 0.71
HSL 269.23º 0.35% 0.22% -
HSV(B) 269.23º 0.52% 0.29% -
XYZ 3.48 2.58 6.97 -
YUV 46.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 55 36 75 0.27 0.52 0 0.71 269.23 0.35 0.22
Hex 37 24 4B 1B 34 0 47 10D 23 16
Octal 67 44 113 33 64 0 107 415 43 26
Binary 110111 100100 1001011 11011 110100 0 1000111 100001101 100011 10110

Color Harmonies of #37244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37244B

Black with #37244B

Text Example


Text Example

White with #37244B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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