#172F3B

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

Shades of Tangaroa #172F3B

Tints of Tangaroa #172F3B

Color information

#172F3B (or 0x172F3B) is unknown color: approx Tangaroa. HEX triplet: 17, 2F and 3B. RGB value is (23,47,59). Sum of RGB (Red+Green+Blue) = 23+47+59=129 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.83% from 129); Green value is 47 (18.75% from 255 or 36.43% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 59 - color contains mainly: blue. Hex color #172F3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F3B is #E8D0C4. Grayscale: #292929. Windows color (decimal): -15257797 or 3878679. OLE color: 3878679.

HSL color Cylindrical-coordinate representation of color #172F3B: hue angle of 200º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #172F3B is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB234759-
CMYK0.610.2000.77
HSL200º43.9%16.08%-
HSV(B)200º61.02%23.14%-
XYZ2.162.534.51-
YUV41.19138.05115.02-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.83%
GREEN value IS 47 (18.75% from 255) = 36.43%
BLUE value IS 59 (23.44% from 255) = 45.74%
R=17.83%
G=36.43%
B=45.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2347590.610.2000.7720043.916.08
Hex172F3B3D1404Dc82c10
Octal275773752401153105420
Binary1011110111111101111110110100010011011100100010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172F3B; }

 p { color: rgb(23,47,59); }

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

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

 a { background-color: rgb(23,47,59); }

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

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

 span { border-color: rgb(23,47,59); }

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