#232237

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

Shades of Jaguar #232237

Tints of Jaguar #232237

Color information

#232237 (or 0x232237) is unknown color: approx Jaguar. HEX triplet: 23, 22 and 37. RGB value is (35,34,55). Sum of RGB (Red+Green+Blue) = 35+34+55=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 55 - color contains mainly: blue. Hex color #232237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232237 is #DCDDC8. Grayscale: #242424. Windows color (decimal): -14474697 or 3613219. OLE color: 3613219.

HSL color Cylindrical-coordinate representation of color #232237: hue angle of 242.86º 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 #232237 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB353455-
CMYK0.360.3800.78
HSL242.86º23.6%17.45%-
HSV(B)242.86º38.18%21.57%-
XYZ1.951.783.85-
YUV36.69138.33126.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.23%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 55 (21.88% from 255) = 44.35%
R=28.23%
G=27.42%
B=44.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3534550.360.3800.78242.8623.617.45
Hex232237242604Ef31811
Octal434267444601163633021
Binary10001110001011011110010010011001001110111100111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232237; }

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

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

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

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

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

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

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

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