#172334

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

Shades of Tangaroa #172334

Tints of Tangaroa #172334

Color information

#172334 (or 0x172334) is unknown color: approx Tangaroa. HEX triplet: 17, 23 and 34. RGB value is (23,35,52). Sum of RGB (Red+Green+Blue) = 23+35+52=110 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.91% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 52 - color contains mainly: blue. Hex color #172334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172334 is #E8DCCB. Grayscale: #212121. Windows color (decimal): -15260876 or 3416855. OLE color: 3416855.

HSL color Cylindrical-coordinate representation of color #172334: hue angle of 215.17º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #172334 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB233552-
CMYK0.560.3300.80
HSL215.17º38.67%14.71%-
HSV(B)215.17º55.77%20.39%-
XYZ1.571.633.48-
YUV33.35138.52120.62-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.91%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 52 (20.70% from 255) = 47.27%
R=20.91%
G=31.82%
B=47.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2335520.560.3300.80215.1738.6714.71
Hex1723343821050d727f
Octal274364704101203274717
Binary1011110001111010011100010000101010000110101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172334; }

 p { color: rgb(23,35,52); }

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

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

 a { background-color: rgb(23,35,52); }

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

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

 span { border-color: rgb(23,35,52); }

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