#112235

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

Shades of Tangaroa #112235

Tints of Tangaroa #112235

Color information

#112235 (or 0x112235) is unknown color: approx Tangaroa. HEX triplet: 11, 22 and 35. RGB value is (17,34,53). Sum of RGB (Red+Green+Blue) = 17+34+53=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 53 (21.09% from 255 or 50.96% from 104); Max value from RGB is 53 - color contains mainly: blue. Hex color #112235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112235 is #EEDDCA. Grayscale: #1E1E1E. Windows color (decimal): -15654347 or 3482129. OLE color: 3482129.

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

Color convert

RGB173453-
CMYK0.680.3600.79
HSL211.67º51.43%13.73%-
HSV(B)211.67º67.92%20.78%-
XYZ1.451.523.59-
YUV31.08140.37117.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 34 (13.67% from 255) = 32.69%
BLUE value IS 53 (21.09% from 255) = 50.96%
R=16.35%
G=32.69%
B=50.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1734530.680.3600.79211.6751.4313.73
Hex112235442404Fd433e
Octal2142651044401173246316
Binary10001100010110101100010010010001001111110101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112235; }

 p { color: rgb(17,34,53); }

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

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

 a { background-color: rgb(17,34,53); }

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

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

 span { border-color: rgb(17,34,53); }

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