Html Css Color HEX #212237 Jaguar

📋 copy color: '#212237'

red 33 ◦ green 34 ◦ blue 55

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

Shades of Jaguar #212237

Tints of Jaguar #212237

RGB

 RED value IS 33 (13.28% from 255) = 27.05%

 GREEN value IS 34 (13.67% from 255) = 27.87%

 BLUE value IS 55 (21.88% from 255) = 45.08%

R = 27.05%
G = 27.87%
B = 45.08%

CMYK

 C value IS 0.4

 M value IS 0.38

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#212237 (or 0x212237) is known color: Jaguar. HEX triplet: 21, 22 and 37. RGB value is (33,34,55). Sum of RGB (Red+Green+Blue) = 33+34+55=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #212237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212237 is #DEDDC8. Grayscale: #242424. Windows color (decimal): -14605769 or 3613217. OLE color: 3613217.

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

Color convert

RGB 33 34 55 -
CMYK 0.4 0.38 0 0.78
HSL 237.27º 0.25% 0.17% -
HSV(B) 237.27º 0.4% 0.22% -
XYZ 1.89 1.74 3.85 -
YUV 36.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 33 34 55 0.4 0.38 0 0.78 237.27 0.25 0.17
Hex 21 22 37 28 26 0 4E ED 19 11
Octal 41 42 67 50 46 0 116 355 31 21
Binary 100001 100010 110111 101000 100110 0 1001110 11101101 11001 10001

Color Harmonies of #212237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212237

Black with #212237

Text Example


Text Example

White with #212237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212237; }

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

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

background-color css

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

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

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

border-color css

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

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

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