#172D3D

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

Shades of Tangaroa #172D3D

Tints of Tangaroa #172D3D

Color information

#172D3D (or 0x172D3D) is unknown color: approx Tangaroa. HEX triplet: 17, 2D and 3D. RGB value is (23,45,61). Sum of RGB (Red+Green+Blue) = 23+45+61=129 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.83% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 61 - color contains mainly: blue. Hex color #172D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172D3D is #E8D2C2. Grayscale: #282828. Windows color (decimal): -15258307 or 4009239. OLE color: 4009239.

HSL color Cylindrical-coordinate representation of color #172D3D: hue angle of 205.26º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #172D3D is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB234561-
CMYK0.620.2600.76
HSL205.26º45.24%16.47%-
HSV(B)205.26º62.3%23.92%-
XYZ2.132.44.76-
YUV40.25139.71115.7-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.83%
GREEN value IS 45 (17.97% from 255) = 34.88%
BLUE value IS 61 (24.22% from 255) = 47.29%
R=17.83%
G=34.88%
B=47.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2345610.620.2600.76205.2645.2416.47
Hex172D3D3E1A04Ccd2d10
Octal275575763201143155520
Binary1011110110111110111111011010010011001100110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,45,61); }

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

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

 a { background-color: rgb(23,45,61); }

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

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

 span { border-color: rgb(23,45,61); }

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