#112E32

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

Shades of Nordic #112E32

Tints of Nordic #112E32

Color information

#112E32 (or 0x112E32) is unknown color: approx Nordic. HEX triplet: 11, 2E and 32. RGB value is (17,46,50). Sum of RGB (Red+Green+Blue) = 17+46+50=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 50 (19.92% from 255 or 44.25% from 113); Max value from RGB is 50 - color contains mainly: blue. Hex color #112E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E32 is #EED1CD. Grayscale: #252525. Windows color (decimal): -15651278 or 3288593. OLE color: 3288593.

HSL color Cylindrical-coordinate representation of color #112E32: hue angle of 187.27º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #112E32 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB174650-
CMYK0.660.0800.80
HSL187.27º49.25%13.14%-
HSV(B)187.27º66%19.61%-
XYZ1.782.33.37-
YUV37.79134.89113.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 46 (18.36% from 255) = 40.71%
BLUE value IS 50 (19.92% from 255) = 44.25%
R=15.04%
G=40.71%
B=44.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1746500.660.0800.80187.2749.2513.14
Hex112E32428050bb31d
Octal2156621021001202736115
Binary100011011101100101000010100001010000101110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,46,50); }

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

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

 a { background-color: rgb(17,46,50); }

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

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

 span { border-color: rgb(17,46,50); }

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