#212235

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

Shades of Jaguar #212235

Tints of Jaguar #212235

Color information

#212235 (or 0x212235) is unknown color: approx Jaguar. HEX triplet: 21, 22 and 35. RGB value is (33,34,53). Sum of RGB (Red+Green+Blue) = 33+34+53=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 53 - color contains mainly: blue. Hex color #212235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212235 is #DEDDCA. Grayscale: #232323. Windows color (decimal): -14605771 or 3482145. OLE color: 3482145.

HSL color Cylindrical-coordinate representation of color #212235: hue angle of 237º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #212235 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB333453-
CMYK0.380.3600.79
HSL237º23.26%16.86%-
HSV(B)237º37.74%20.78%-
XYZ1.841.723.6-
YUV35.87137.67125.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.5%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 53 (21.09% from 255) = 44.17%
R=27.5%
G=28.33%
B=44.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3334530.380.3600.7923723.2616.86
Hex212235262404Fed1711
Octal414265464401173552721
Binary10000110001011010110011010010001001111111011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212235; }

 p { color: rgb(33,34,53); }

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

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

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

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

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

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

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