#172535

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

Shades of Tangaroa #172535

Tints of Tangaroa #172535

Color information

#172535 (or 0x172535) is unknown color: approx Tangaroa. HEX triplet: 17, 25 and 35. RGB value is (23,37,53). Sum of RGB (Red+Green+Blue) = 23+37+53=113 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.35% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 53 - color contains mainly: blue. Hex color #172535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172535 is #E8DACA. Grayscale: #222222. Windows color (decimal): -15260363 or 3482903. OLE color: 3482903.

HSL color Cylindrical-coordinate representation of color #172535: hue angle of 212º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #172535 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB233753-
CMYK0.570.3000.79
HSL212º39.47%14.9%-
HSV(B)212º56.6%20.78%-
XYZ1.661.763.62-
YUV34.64138.36119.7-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.35%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 53 (21.09% from 255) = 46.90%
R=20.35%
G=32.74%
B=46.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2337530.570.3000.7921239.4714.9
Hex172535391E04Fd427f
Octal274565713601173244717
Binary101111001011101011110011111001001111110101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172535; }

 p { color: rgb(23,37,53); }

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

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

 a { background-color: rgb(23,37,53); }

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

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

 span { border-color: rgb(23,37,53); }

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