#172F41

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

Shades of Tangaroa #172F41

Tints of Tangaroa #172F41

Color information

#172F41 (or 0x172F41) is unknown color: approx Tangaroa. HEX triplet: 17, 2F and 41. RGB value is (23,47,65). Sum of RGB (Red+Green+Blue) = 23+47+65=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #172F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F41 is #E8D0BE. Grayscale: #292929. Windows color (decimal): -15257791 or 4271895. OLE color: 4271895.

HSL color Cylindrical-coordinate representation of color #172F41: hue angle of 205.71º 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 #172F41 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB234765-
CMYK0.650.2800.75
HSL205.71º47.73%17.25%-
HSV(B)205.71º64.62%25.49%-
XYZ2.322.65.38-
YUV41.88141.05114.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.04%
GREEN value IS 47 (18.75% from 255) = 34.81%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=17.04%
G=34.81%
B=48.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2347650.650.2800.75205.7147.7317.25
Hex172F41411C04Bce3011
Octal27571011013401133166021
Binary101111011111000001100000111100010010111100111011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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