Html Css Color HEX #37254D Jagger

📋 copy color: '#37254D'

red 55 ◦ green 37 ◦ blue 77

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

Shades of Jagger #37254D

Tints of Jagger #37254D

RGB

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

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

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

R = 32.54%
G = 21.89%
B = 45.56%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37254D (or 0x37254D) is known color: Jagger. HEX triplet: 37, 25 and 4D. RGB value is (55,37,77). Sum of RGB (Red+Green+Blue) = 55+37+77=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #37254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37254D is #C8DAB2. Grayscale: #2E2E2E. Windows color (decimal): -13163187 or 5055799. OLE color: 5055799.

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

Color convert

RGB 55 37 77 -
CMYK 0.29 0.52 0 0.70
HSL 267º 0.35% 0.22% -
HSV(B) 267º 0.52% 0.3% -
XYZ 3.58 2.67 7.35 -
YUV 46.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 55 37 77 0.29 0.52 0 0.70 267 0.35 0.22
Hex 37 25 4D 1D 34 0 46 10B 23 16
Octal 67 45 115 35 64 0 106 413 43 26
Binary 110111 100101 1001101 11101 110100 0 1000110 100001011 100011 10110

Color Harmonies of #37254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37254D

Black with #37254D

Text Example


Text Example

White with #37254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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