#172A38

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

Shades of Tangaroa #172A38

Tints of Tangaroa #172A38

Color information

#172A38 (or 0x172A38) is unknown color: approx Tangaroa. HEX triplet: 17, 2A and 38. RGB value is (23,42,56). Sum of RGB (Red+Green+Blue) = 23+42+56=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #172A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A38 is #E8D5C7. Grayscale: #252525. Windows color (decimal): -15259080 or 3680791. OLE color: 3680791.

HSL color Cylindrical-coordinate representation of color #172A38: hue angle of 205.45º 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 #172A38 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB234256-
CMYK0.590.2500.78
HSL205.45º41.77%15.49%-
HSV(B)205.45º58.93%21.96%-
XYZ1.92.124.05-
YUV37.92138.21117.36-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.01%
GREEN value IS 42 (16.80% from 255) = 34.71%
BLUE value IS 56 (22.27% from 255) = 46.28%
R=19.01%
G=34.71%
B=46.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2342560.590.2500.78205.4541.7715.49
Hex172A383B1904Ecd2af
Octal275270733101163155217
Binary101111010101110001110111100101001110110011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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