#17263A

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

Shades of Tangaroa #17263A

Tints of Tangaroa #17263A

Color information

#17263A (or 0x17263A) is unknown color: approx Tangaroa. HEX triplet: 17, 26 and 3A. RGB value is (23,38,58). Sum of RGB (Red+Green+Blue) = 23+38+58=119 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.33% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 58 - color contains mainly: blue. Hex color #17263A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17263A is #E8D9C5. Grayscale: #232323. Windows color (decimal): -15260102 or 3810839. OLE color: 3810839.

HSL color Cylindrical-coordinate representation of color #17263A: hue angle of 214.29º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #17263A is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB233858-
CMYK0.600.3400.77
HSL214.29º43.21%15.88%-
HSV(B)214.29º60.34%22.75%-
XYZ1.811.874.27-
YUV35.79140.53118.87-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.33%
GREEN value IS 38 (15.23% from 255) = 31.93%
BLUE value IS 58 (23.05% from 255) = 48.74%
R=19.33%
G=31.93%
B=48.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2338580.600.3400.77214.2943.2115.88
Hex17263A3C2204Dd62b10
Octal274672744201153265320
Binary10111100110111010111100100010010011011101011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17263A; }

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

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

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

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

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

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

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

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