#172C41

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

Shades of Tangaroa #172C41

Tints of Tangaroa #172C41

Color information

#172C41 (or 0x172C41) is unknown color: approx Tangaroa. HEX triplet: 17, 2C and 41. RGB value is (23,44,65). Sum of RGB (Red+Green+Blue) = 23+44+65=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #172C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172C41 is #E8D3BE. Grayscale: #282828. Windows color (decimal): -15258559 or 4271127. OLE color: 4271127.

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

Color convert

RGB234465-
CMYK0.650.3200.75
HSL210º47.73%17.25%-
HSV(B)210º64.62%25.49%-
XYZ2.212.375.34-
YUV40.11142.04115.79-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.42%
GREEN value IS 44 (17.58% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 49.24%
R=17.42%
G=33.33%
B=49.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2344650.650.3200.7521047.7317.25
Hex172C41412004Bd23011
Octal27541011014001133226021
Binary1011110110010000011000001100000010010111101001011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,44,65); }

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

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

 a { background-color: rgb(23,44,65); }

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

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

 span { border-color: rgb(23,44,65); }

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