#172536

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

Shades of Tangaroa #172536

Tints of Tangaroa #172536

Color information

#172536 (or 0x172536) is unknown color: approx Tangaroa. HEX triplet: 17, 25 and 36. RGB value is (23,37,54). Sum of RGB (Red+Green+Blue) = 23+37+54=114 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20.18% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 54 (21.48% from 255 or 47.37% from 114); Max value from RGB is 54 - color contains mainly: blue. Hex color #172536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172536 is #E8DAC9. Grayscale: #222222. Windows color (decimal): -15260362 or 3548439. OLE color: 3548439.

HSL color Cylindrical-coordinate representation of color #172536: hue angle of 212.9º degrees, saturation: 0.4, 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 #172536 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB233754-
CMYK0.570.3100.79
HSL212.9º40.26%15.1%-
HSV(B)212.9º57.41%21.18%-
XYZ1.681.773.74-
YUV34.75138.86119.62-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.18%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 54 (21.48% from 255) = 47.37%
R=20.18%
G=32.46%
B=47.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2337540.570.3100.79212.940.2615.1
Hex172536391F04Fd528f
Octal274566713701173255017
Binary101111001011101101110011111101001111110101011010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172536; }

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

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

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

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

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

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

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

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