#113236

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

Shades of Nordic #113236

Tints of Nordic #113236

Color information

#113236 (or 0x113236) is unknown color: approx Nordic. HEX triplet: 11, 32 and 36. RGB value is (17,50,54). Sum of RGB (Red+Green+Blue) = 17+50+54=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 54 - color contains mainly: blue. Hex color #113236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113236 is #EECDC9. Grayscale: #282828. Windows color (decimal): -15650250 or 3551761. OLE color: 3551761.

HSL color Cylindrical-coordinate representation of color #113236: hue angle of 186.49º 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 #113236 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB175054-
CMYK0.690.0700.79
HSL186.49º52.11%13.92%-
HSV(B)186.49º68.52%21.18%-
XYZ2.042.673.9-
YUV40.59135.57111.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 50 (19.92% from 255) = 41.32%
BLUE value IS 54 (21.48% from 255) = 44.63%
R=14.05%
G=41.32%
B=44.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1750540.690.0700.79186.4952.1113.92
Hex11323645704Fba34e
Octal216266105701172726416
Binary10001110010110110100010111101001111101110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113236; }

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

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

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

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

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

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

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

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