#112B38

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

Shades of Tangaroa #112B38

Tints of Tangaroa #112B38

Color information

#112B38 (or 0x112B38) is unknown color: approx Tangaroa. HEX triplet: 11, 2B and 38. RGB value is (17,43,56). Sum of RGB (Red+Green+Blue) = 17+43+56=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #112B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B38 is #EED4C7. Grayscale: #242424. Windows color (decimal): -15652040 or 3681041. OLE color: 3681041.

HSL color Cylindrical-coordinate representation of color #112B38: hue angle of 200º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #112B38 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB174356-
CMYK0.700.2300.78
HSL200º53.42%14.31%-
HSV(B)200º69.64%21.96%-
XYZ1.812.134.06-
YUV36.71138.89113.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 43 (17.19% from 255) = 37.07%
BLUE value IS 56 (22.27% from 255) = 48.28%
R=14.66%
G=37.07%
B=48.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1743560.700.2300.7820053.4214.31
Hex112B38461704Ec835e
Octal2153701062701163106516
Binary1000110101111100010001101011101001110110010001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112B38; }

 p { color: rgb(17,43,56); }

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

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

 a { background-color: rgb(17,43,56); }

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

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

 span { border-color: rgb(17,43,56); }

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