#172C3D

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

Shades of Tangaroa #172C3D

Tints of Tangaroa #172C3D

Color information

#172C3D (or 0x172C3D) is unknown color: approx Tangaroa. HEX triplet: 17, 2C and 3D. RGB value is (23,44,61). Sum of RGB (Red+Green+Blue) = 23+44+61=128 (16% of max value = 765). Red value is 23 (9.38% from 255 or 17.97% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #172C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172C3D is #E8D3C2. Grayscale: #272727. Windows color (decimal): -15258563 or 4008983. OLE color: 4008983.

HSL color Cylindrical-coordinate representation of color #172C3D: hue angle of 206.84º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #172C3D is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB234461-
CMYK0.620.2800.76
HSL206.84º45.24%16.47%-
HSV(B)206.84º62.3%23.92%-
XYZ2.12.324.75-
YUV39.66140.04116.12-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.97%
GREEN value IS 44 (17.58% from 255) = 34.38%
BLUE value IS 61 (24.22% from 255) = 47.66%
R=17.97%
G=34.38%
B=47.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2344610.620.2800.76206.8445.2416.47
Hex172C3D3E1C04Ccf2d10
Octal275475763401143175520
Binary1011110110011110111111011100010011001100111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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