#172938

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

Shades of Tangaroa #172938

Tints of Tangaroa #172938

Color information

#172938 (or 0x172938) is unknown color: approx Tangaroa. HEX triplet: 17, 29 and 38. RGB value is (23,41,56). Sum of RGB (Red+Green+Blue) = 23+41+56=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 56 - color contains mainly: blue. Hex color #172938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172938 is #E8D6C7. Grayscale: #252525. Windows color (decimal): -15259336 or 3680535. OLE color: 3680535.

HSL color Cylindrical-coordinate representation of color #172938: hue angle of 207.27º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #172938 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB234156-
CMYK0.590.2700.78
HSL207.27º41.77%15.49%-
HSV(B)207.27º58.93%21.96%-
XYZ1.862.054.04-
YUV37.33138.54117.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.17%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 56 (22.27% from 255) = 46.67%
R=19.17%
G=34.17%
B=46.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2341560.590.2700.78207.2741.7715.49
Hex1729383B1B04Ecf2af
Octal275170733301163175217
Binary101111010011110001110111101101001110110011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172938; }

 p { color: rgb(23,41,56); }

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

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

 a { background-color: rgb(23,41,56); }

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

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

 span { border-color: rgb(23,41,56); }

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