#172D3F

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

Shades of Tangaroa #172D3F

Tints of Tangaroa #172D3F

Color information

#172D3F (or 0x172D3F) is unknown color: approx Tangaroa. HEX triplet: 17, 2D and 3F. RGB value is (23,45,63). Sum of RGB (Red+Green+Blue) = 23+45+63=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #172D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172D3F is #E8D2C0. Grayscale: #282828. Windows color (decimal): -15258305 or 4140311. OLE color: 4140311.

HSL color Cylindrical-coordinate representation of color #172D3F: hue angle of 207º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #172D3F is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB234563-
CMYK0.630.2900.75
HSL207º46.51%16.86%-
HSV(B)207º63.49%24.71%-
XYZ2.192.425.05-
YUV40.47140.71115.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.56%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 63 (25% from 255) = 48.09%
R=17.56%
G=34.35%
B=48.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2345630.630.2900.7520746.5116.86
Hex172D3F3F1D04Bcf2f11
Octal275577773501133175721
Binary1011110110111111111111111101010010111100111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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