#172F44

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

Shades of Tangaroa #172F44

Tints of Tangaroa #172F44

Color information

#172F44 (or 0x172F44) is unknown color: approx Tangaroa. HEX triplet: 17, 2F and 44. RGB value is (23,47,68). Sum of RGB (Red+Green+Blue) = 23+47+68=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 68 - color contains mainly: blue. Hex color #172F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F44 is #E8D0BB. Grayscale: #2A2A2A. Windows color (decimal): -15257788 or 4468503. OLE color: 4468503.

HSL color Cylindrical-coordinate representation of color #172F44: hue angle of 208º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #172F44 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB234768-
CMYK0.660.3100.73
HSL208º49.45%17.84%-
HSV(B)208º66.18%26.67%-
XYZ2.412.635.85-
YUV42.22142.55114.29-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.67%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 68 (26.95% from 255) = 49.28%
R=16.67%
G=34.06%
B=49.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2347680.660.3100.7320849.4517.84
Hex172F44421F049d03112
Octal27571041023701113206122
Binary101111011111000100100001011111010010011101000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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