#172C40

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

Shades of Tangaroa #172C40

Tints of Tangaroa #172C40

Color information

#172C40 (or 0x172C40) is unknown color: approx Tangaroa. HEX triplet: 17, 2C and 40. RGB value is (23,44,64). Sum of RGB (Red+Green+Blue) = 23+44+64=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #172C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172C40 is #E8D3BF. Grayscale: #272727. Windows color (decimal): -15258560 or 4205591. OLE color: 4205591.

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

Color convert

RGB234464-
CMYK0.640.3100.75
HSL209.27º47.13%17.06%-
HSV(B)209.27º64.06%25.1%-
XYZ2.182.355.19-
YUV40141.54115.87-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.56%
GREEN value IS 44 (17.58% from 255) = 33.59%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=17.56%
G=33.59%
B=48.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2344640.640.3100.75209.2747.1317.06
Hex172C40401F04Bd12f11
Octal27541001003701133215721
Binary101111011001000000100000011111010010111101000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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