Html Css Color HEX #37254B Jagger

📋 copy color: '#37254B'

red 55 ◦ green 37 ◦ blue 75

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

Shades of Jagger #37254B

Tints of Jagger #37254B

RGB

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

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

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

R = 32.93%
G = 22.16%
B = 44.91%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37254B (or 0x37254B) is known color: Jagger. HEX triplet: 37, 25 and 4B. RGB value is (55,37,75). Sum of RGB (Red+Green+Blue) = 55+37+75=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #37254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37254B is #C8DAB4. Grayscale: #2E2E2E. Windows color (decimal): -13163189 or 4924727. OLE color: 4924727.

HSL color Cylindrical-coordinate representation of color #37254B: hue angle of 268.42º degrees, saturation: 0.34, 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 #37254B is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 37 75 -
CMYK 0.27 0.51 0 0.71
HSL 268.42º 0.34% 0.22% -
HSV(B) 268.42º 0.51% 0.29% -
XYZ 3.51 2.64 6.98 -
YUV 46.71 143.96 133.91 -
System Red Green Blue C M Y K H S L
Decimal 55 37 75 0.27 0.51 0 0.71 268.42 0.34 0.22
Hex 37 25 4B 1B 33 0 47 10C 22 16
Octal 67 45 113 33 63 0 107 414 42 26
Binary 110111 100101 1001011 11011 110011 0 1000111 100001100 100010 10110

Color Harmonies of #37254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37254B

Black with #37254B

Text Example


Text Example

White with #37254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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