Html Css Color HEX #171338 Jaguar

📋 copy color: '#171338'

red 23 ◦ green 19 ◦ blue 56

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

Shades of Jaguar #171338

Tints of Jaguar #171338

RGB

 RED value IS 23 (9.38% from 255) = 23.47%

 GREEN value IS 19 (7.81% from 255) = 19.39%

 BLUE value IS 56 (22.27% from 255) = 57.14%

R = 23.47%
G = 19.39%
B = 57.14%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#171338 (or 0x171338) is known color: Jaguar. HEX triplet: 17, 13 and 38. RGB value is (23,19,56). Sum of RGB (Red+Green+Blue) = 23+19+56=98 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.47% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #171338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171338 is #E8ECC7. Grayscale: #181818. Windows color (decimal): -15264968 or 3674903. OLE color: 3674903.

HSL color Cylindrical-coordinate representation of color #171338: hue angle of 246.49º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #171338 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 23 19 56 -
CMYK 0.59 0.66 0 0.78
HSL 246.49º 0.49% 0.15% -
HSV(B) 246.49º 0.66% 0.22% -
XYZ 1.3 0.93 3.85 -
YUV 24.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 23 19 56 0.59 0.66 0 0.78 246.49 0.49 0.15
Hex 17 13 38 3B 42 0 4E F6 31 F
Octal 27 23 70 73 102 0 116 366 61 17
Binary 10111 10011 111000 111011 1000010 0 1001110 11110110 110001 1111

Color Harmonies of #171338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171338

Black with #171338

Text Example


Text Example

White with #171338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171338; }

 p { color: rgb(23,19,56); }

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

background-color css

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

 a { background-color: rgb(23,19,56); }

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

border-color css

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

 span { border-color: rgb(23,19,56); }

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