#112D3C

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

Shades of Tangaroa #112D3C

Tints of Tangaroa #112D3C

Color information

#112D3C (or 0x112D3C) is unknown color: approx Tangaroa. HEX triplet: 11, 2D and 3C. RGB value is (17,45,60). Sum of RGB (Red+Green+Blue) = 17+45+60=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 60 (23.83% from 255 or 49.18% from 122); Max value from RGB is 60 - color contains mainly: blue. Hex color #112D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D3C is #EED2C3. Grayscale: #262626. Windows color (decimal): -15651524 or 3943697. OLE color: 3943697.

HSL color Cylindrical-coordinate representation of color #112D3C: hue angle of 200.93º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #112D3C is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB174560-
CMYK0.720.2500.76
HSL200.93º55.84%15.1%-
HSV(B)200.93º71.67%23.53%-
XYZ1.992.324.62-
YUV38.34140.22112.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.93%
GREEN value IS 45 (17.97% from 255) = 36.89%
BLUE value IS 60 (23.83% from 255) = 49.18%
R=13.93%
G=36.89%
B=49.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1745600.720.2500.76200.9355.8415.1
Hex112D3C481904Cc938f
Octal2155741103101143117017
Binary1000110110111110010010001100101001100110010011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,45,60); }

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

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

 a { background-color: rgb(17,45,60); }

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

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

 span { border-color: rgb(17,45,60); }

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