#222237

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

Shades of Jaguar #222237

Tints of Jaguar #222237

Color information

#222237 (or 0x222237) is unknown color: approx Jaguar. HEX triplet: 22, 22 and 37. RGB value is (34,34,55). Sum of RGB (Red+Green+Blue) = 34+34+55=123 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.64% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 55 - color contains mainly: blue. Hex color #222237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222237 is #DDDDC8. Grayscale: #242424. Windows color (decimal): -14540233 or 3613218. OLE color: 3613218.

HSL color Cylindrical-coordinate representation of color #222237: hue angle of 240º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #222237 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB343455-
CMYK0.380.3800.78
HSL240º23.6%17.45%-
HSV(B)240º38.18%21.57%-
XYZ1.921.763.85-
YUV36.39138.5126.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 27.64%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 55 (21.88% from 255) = 44.72%
R=27.64%
G=27.64%
B=44.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3434550.380.3800.7824023.617.45
Hex222237262604Ef01811
Octal424267464601163603021
Binary10001010001011011110011010011001001110111100001100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222237; }

 p { color: rgb(34,34,55); }

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

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

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

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

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

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

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