#113336

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

Shades of Nordic #113336

Tints of Nordic #113336

Color information

#113336 (or 0x113336) is unknown color: approx Nordic. HEX triplet: 11, 33 and 36. RGB value is (17,51,54). Sum of RGB (Red+Green+Blue) = 17+51+54=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 54 - color contains mainly: blue. Hex color #113336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113336 is #EECCC9. Grayscale: #292929. Windows color (decimal): -15649994 or 3552017. OLE color: 3552017.

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

Color convert

RGB175154-
CMYK0.690.0600.79
HSL184.86º52.11%13.92%-
HSV(B)184.86º68.52%21.18%-
XYZ2.082.753.91-
YUV41.18135.24110.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.93%
GREEN value IS 51 (20.31% from 255) = 41.80%
BLUE value IS 54 (21.48% from 255) = 44.26%
R=13.93%
G=41.80%
B=44.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1751540.690.0600.79184.8652.1113.92
Hex11333645604Fb934e
Octal216366105601172716416
Binary10001110011110110100010111001001111101110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113336; }

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

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

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

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

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

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

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

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