Html Css Color HEX #232337 Jaguar

📋 copy color: '#232337'

red 35 ◦ green 35 ◦ blue 55

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

Shades of Jaguar #232337

Tints of Jaguar #232337

RGB

 RED value IS 35 (14.06% from 255) = 28%

 GREEN value IS 35 (14.06% from 255) = 28%

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

R = 28%
G = 28%
B = 44%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#232337 (or 0x232337) is known color: Jaguar. HEX triplet: 23, 23 and 37. RGB value is (35,35,55). Sum of RGB (Red+Green+Blue) = 35+35+55=125 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #232337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232337 is #DCDCC8. Grayscale: #252525. Windows color (decimal): -14474441 or 3613475. OLE color: 3613475.

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

Color convert

RGB 35 35 55 -
CMYK 0.36 0.36 0 0.78
HSL 240º 0.22% 0.18% -
HSV(B) 240º 0.36% 0.22% -
XYZ 1.98 1.84 3.86 -
YUV 37.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 35 35 55 0.36 0.36 0 0.78 240 0.22 0.18
Hex 23 23 37 24 24 0 4E F0 16 12
Octal 43 43 67 44 44 0 116 360 26 22
Binary 100011 100011 110111 100100 100100 0 1001110 11110000 10110 10010

Color Harmonies of #232337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232337

Black with #232337

Text Example


Text Example

White with #232337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232337; }

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

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

background-color css

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

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

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

border-color css

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

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

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