#232238

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

Shades of Jaguar #232238

Tints of Jaguar #232238

Color information

#232238 (or 0x232238) is unknown color: approx Jaguar. HEX triplet: 23, 22 and 38. RGB value is (35,34,56). Sum of RGB (Red+Green+Blue) = 35+34+56=125 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 56 (22.27% from 255 or 44.8% from 125); Max value from RGB is 56 - color contains mainly: blue. Hex color #232238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232238 is #DCDDC7. Grayscale: #242424. Windows color (decimal): -14474696 or 3678755. OLE color: 3678755.

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

Color convert

RGB353456-
CMYK0.370.3900.78
HSL242.73º24.44%17.65%-
HSV(B)242.73º39.29%21.96%-
XYZ1.981.793.98-
YUV36.81138.83126.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28%
GREEN value IS 34 (13.67% from 255) = 27.2%
BLUE value IS 56 (22.27% from 255) = 44.8%
R=28%
G=27.2%
B=44.8%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3534560.370.3900.78242.7324.4417.65
Hex232238252704Ef31812
Octal434270454701163633022
Binary10001110001011100010010110011101001110111100111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232238; }

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

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

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

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

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

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

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

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