#112C3D

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

Shades of Tangaroa #112C3D

Tints of Tangaroa #112C3D

Color information

#112C3D (or 0x112C3D) is unknown color: approx Tangaroa. HEX triplet: 11, 2C and 3D. RGB value is (17,44,61). Sum of RGB (Red+Green+Blue) = 17+44+61=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #112C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C3D is #EED3C2. Grayscale: #252525. Windows color (decimal): -15651779 or 4008977. OLE color: 4008977.

HSL color Cylindrical-coordinate representation of color #112C3D: hue angle of 203.18º 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 #112C3D is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB174461-
CMYK0.720.2800.76
HSL203.18º56.41%15.29%-
HSV(B)203.18º72.13%23.92%-
XYZ1.972.264.75-
YUV37.86141.05113.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.93%
GREEN value IS 44 (17.58% from 255) = 36.07%
BLUE value IS 61 (24.22% from 255) = 50%
R=13.93%
G=36.07%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1744610.720.2800.76203.1856.4115.29
Hex112C3D481C04Ccb38f
Octal2154751103401143137017
Binary1000110110011110110010001110001001100110010111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,44,61); }

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

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

 a { background-color: rgb(17,44,61); }

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

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

 span { border-color: rgb(17,44,61); }

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