#232437

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

Shades of Jaguar #232437

Tints of Jaguar #232437

Color information

#232437 (or 0x232437) is unknown color: approx Jaguar. HEX triplet: 23, 24 and 37. RGB value is (35,36,55). Sum of RGB (Red+Green+Blue) = 35+36+55=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 55 - color contains mainly: blue. Hex color #232437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232437 is #DCDBC8. Grayscale: #252525. Windows color (decimal): -14474185 or 3613731. OLE color: 3613731.

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

Color convert

RGB353655-
CMYK0.360.3500.78
HSL237º22.22%17.65%-
HSV(B)237º36.36%21.57%-
XYZ2.011.893.87-
YUV37.87137.67125.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.78%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 55 (21.88% from 255) = 43.65%
R=27.78%
G=28.57%
B=43.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3536550.360.3500.7823722.2217.65
Hex232437242304Eed1612
Octal434467444301163552622
Binary10001110010011011110010010001101001110111011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232437; }

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

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

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

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

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

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

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

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