Html Css Color HEX #37234D Jagger

📋 copy color: '#37234D'

red 55 ◦ green 35 ◦ blue 77

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

Shades of Jagger #37234D

Tints of Jagger #37234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.96%

 BLUE value IS 77 (30.47% from 255) = 46.11%

R = 32.93%
G = 20.96%
B = 46.11%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37234D (or 0x37234D) is known color: Jagger. HEX triplet: 37, 23 and 4D. RGB value is (55,35,77). Sum of RGB (Red+Green+Blue) = 55+35+77=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #37234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37234D is #C8DCB2. Grayscale: #2D2D2D. Windows color (decimal): -13163699 or 5055287. OLE color: 5055287.

HSL color Cylindrical-coordinate representation of color #37234D: hue angle of 268.57º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37234D is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 35 77 -
CMYK 0.29 0.55 0 0.70
HSL 268.57º 0.38% 0.22% -
HSV(B) 268.57º 0.55% 0.3% -
XYZ 3.52 2.55 7.33 -
YUV 45.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 55 35 77 0.29 0.55 0 0.70 268.57 0.38 0.22
Hex 37 23 4D 1D 37 0 46 10D 26 16
Octal 67 43 115 35 67 0 106 415 46 26
Binary 110111 100011 1001101 11101 110111 0 1000110 100001101 100110 10110

Color Harmonies of #37234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37234D

Black with #37234D

Text Example


Text Example

White with #37234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37234D; }

 p { color: rgb(55,35,77); }

 H1.HeaderClassName
 {
   color: #37234D;
 }
 .AnyTagClassName
 {
   color: #37234D;
 }
</style>

background-color css

<style>
 a { background-color: #37234D; }

 a { background-color: rgb(55,35,77); }

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

border-color css

<style>
 span { border-color: #37234D; }

 span { border-color: rgb(55,35,77); }

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