#172C3F

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

Shades of Tangaroa #172C3F

Tints of Tangaroa #172C3F

Color information

#172C3F (or 0x172C3F) is unknown color: approx Tangaroa. HEX triplet: 17, 2C and 3F. RGB value is (23,44,63). Sum of RGB (Red+Green+Blue) = 23+44+63=130 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.69% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #172C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172C3F is #E8D3C0. Grayscale: #272727. Windows color (decimal): -15258561 or 4140055. OLE color: 4140055.

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

Color convert

RGB234463-
CMYK0.630.3000.75
HSL208.5º46.51%16.86%-
HSV(B)208.5º63.49%24.71%-
XYZ2.152.345.04-
YUV39.89141.04115.96-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.69%
GREEN value IS 44 (17.58% from 255) = 33.85%
BLUE value IS 63 (25% from 255) = 48.46%
R=17.69%
G=33.85%
B=48.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2344630.630.3000.75208.546.5116.86
Hex172C3F3F1E04Bd02f11
Octal275477773601133205721
Binary1011110110011111111111111110010010111101000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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