#37264B

Color #37264B Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #37264B

Tints of Jagger #37264B

Color information

#37264B (or 0x37264B) is unknown color: approx Jagger. HEX triplet: 37, 26 and 4B. RGB value is (55,38,75). Sum of RGB (Red+Green+Blue) = 55+38+75=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #37264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37264B is #C8D9B4. Grayscale: #2F2F2F. Windows color (decimal): -13162933 or 4924983. OLE color: 4924983.

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

Color convert

RGB553875-
CMYK0.270.4900.71
HSL267.57º32.74%22.16%-
HSV(B)267.57º49.33%29.41%-
XYZ3.542.716.99-
YUV47.3143.63133.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.74%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 75 (29.69% from 255) = 44.64%
R=32.74%
G=22.62%
B=44.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5538750.270.4900.71267.5732.7422.16
Hex37264B1B3104710c2116
Octal6746113336101074144126
Binary1101111001101001011110111100010100011110000110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37264B;
 }
 .AnyTagClassName
 {
   color: #37264B;
 }
</style>
background-color css

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

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

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

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

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

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