#172E44

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

Shades of Tangaroa #172E44

Tints of Tangaroa #172E44

Color information

#172E44 (or 0x172E44) is unknown color: approx Tangaroa. HEX triplet: 17, 2E and 44. RGB value is (23,46,68). Sum of RGB (Red+Green+Blue) = 23+46+68=137 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.79% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #172E44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172E44 is #E8D1BB. Grayscale: #292929. Windows color (decimal): -15258044 or 4468247. OLE color: 4468247.

HSL color Cylindrical-coordinate representation of color #172E44: hue angle of 209.33º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #172E44 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB234668-
CMYK0.660.3200.73
HSL209.33º49.45%17.84%-
HSV(B)209.33º66.18%26.67%-
XYZ2.372.555.84-
YUV41.63142.88114.71-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.79%
GREEN value IS 46 (18.36% from 255) = 33.58%
BLUE value IS 68 (26.95% from 255) = 49.64%
R=16.79%
G=33.58%
B=49.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2346680.660.3200.73209.3349.4517.84
Hex172E444220049d13112
Octal27561041024001113216122
Binary1011110111010001001000010100000010010011101000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,46,68); }

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

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

 a { background-color: rgb(23,46,68); }

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

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

 span { border-color: rgb(23,46,68); }

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