#112436

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

Shades of Tangaroa #112436

Tints of Tangaroa #112436

Color information

#112436 (or 0x112436) is unknown color: approx Tangaroa. HEX triplet: 11, 24 and 36. RGB value is (17,36,54). Sum of RGB (Red+Green+Blue) = 17+36+54=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #112436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112436 is #EEDBC9. Grayscale: #202020. Windows color (decimal): -15653834 or 3548177. OLE color: 3548177.

HSL color Cylindrical-coordinate representation of color #112436: hue angle of 209.19º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #112436 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB173654-
CMYK0.690.3300.79
HSL209.19º52.11%13.92%-
HSV(B)209.19º68.52%21.18%-
XYZ1.531.653.73-
YUV32.37140.21117.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.89%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 54 (21.48% from 255) = 50.47%
R=15.89%
G=33.64%
B=50.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1736540.690.3300.79209.1952.1113.92
Hex112436452104Fd134e
Octal2144661054101173216416
Binary10001100100110110100010110000101001111110100011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112436; }

 p { color: rgb(17,36,54); }

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

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

 a { background-color: rgb(17,36,54); }

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

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

 span { border-color: rgb(17,36,54); }

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