#112E36

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

Shades of Nordic #112E36

Tints of Nordic #112E36

Color information

#112E36 (or 0x112E36) is unknown color: approx Nordic. HEX triplet: 11, 2E and 36. RGB value is (17,46,54). Sum of RGB (Red+Green+Blue) = 17+46+54=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 54 (21.48% from 255 or 46.15% from 117); Max value from RGB is 54 - color contains mainly: blue. Hex color #112E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112E36 is #EED1C9. Grayscale: #262626. Windows color (decimal): -15651274 or 3550737. OLE color: 3550737.

HSL color Cylindrical-coordinate representation of color #112E36: hue angle of 192.97º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #112E36 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB174654-
CMYK0.690.1500.79
HSL192.97º52.11%13.92%-
HSV(B)192.97º68.52%21.18%-
XYZ1.872.343.84-
YUV38.24136.89112.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 46 (18.36% from 255) = 39.32%
BLUE value IS 54 (21.48% from 255) = 46.15%
R=14.53%
G=39.32%
B=46.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1746540.690.1500.79192.9752.1113.92
Hex112E3645F04Fc134e
Octal2156661051701173016416
Binary100011011101101101000101111101001111110000011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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