#172635

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

Shades of Tangaroa #172635

Tints of Tangaroa #172635

Color information

#172635 (or 0x172635) is unknown color: approx Tangaroa. HEX triplet: 17, 26 and 35. RGB value is (23,38,53). Sum of RGB (Red+Green+Blue) = 23+38+53=114 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20.18% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 53 - color contains mainly: blue. Hex color #172635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172635 is #E8D9CA. Grayscale: #232323. Windows color (decimal): -15260107 or 3483159. OLE color: 3483159.

HSL color Cylindrical-coordinate representation of color #172635: hue angle of 210º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #172635 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB233853-
CMYK0.570.2800.79
HSL210º39.47%14.9%-
HSV(B)210º56.6%20.78%-
XYZ1.691.833.63-
YUV35.22138.03119.28-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.18%
GREEN value IS 38 (15.23% from 255) = 33.33%
BLUE value IS 53 (21.09% from 255) = 46.49%
R=20.18%
G=33.33%
B=46.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2338530.570.2800.7921039.4714.9
Hex172635391C04Fd227f
Octal274665713401173224717
Binary101111001101101011110011110001001111110100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172635; }

 p { color: rgb(23,38,53); }

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

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

 a { background-color: rgb(23,38,53); }

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

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

 span { border-color: rgb(23,38,53); }

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