#172E3A

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

Shades of Tangaroa #172E3A

Tints of Tangaroa #172E3A

Color information

#172E3A (or 0x172E3A) is unknown color: approx Tangaroa. HEX triplet: 17, 2E and 3A. RGB value is (23,46,58). Sum of RGB (Red+Green+Blue) = 23+46+58=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #172E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E3A is #E8D1C5. Grayscale: #282828. Windows color (decimal): -15258054 or 3812887. OLE color: 3812887.

HSL color Cylindrical-coordinate representation of color #172E3A: hue angle of 200.57º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #172E3A is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB234658-
CMYK0.600.2100.77
HSL200.57º43.21%15.88%-
HSV(B)200.57º60.34%22.75%-
XYZ2.092.444.36-
YUV40.49137.88115.52-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.11%
GREEN value IS 46 (18.36% from 255) = 36.22%
BLUE value IS 58 (23.05% from 255) = 45.67%
R=18.11%
G=36.22%
B=45.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2346580.600.2100.77200.5743.2115.88
Hex172E3A3C1504Dc92b10
Octal275672742501153115320
Binary1011110111011101011110010101010011011100100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,46,58); }

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

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

 a { background-color: rgb(23,46,58); }

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

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

 span { border-color: rgb(23,46,58); }

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