#113538

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

Shades of Nordic #113538

Tints of Nordic #113538

Color information

#113538 (or 0x113538) is unknown color: approx Nordic. HEX triplet: 11, 35 and 38. RGB value is (17,53,56). Sum of RGB (Red+Green+Blue) = 17+53+56=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #113538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113538 is #EECAC7. Grayscale: #2A2A2A. Windows color (decimal): -15649480 or 3683601. OLE color: 3683601.

HSL color Cylindrical-coordinate representation of color #113538: hue angle of 184.62º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113538 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB175356-
CMYK0.700.0500.78
HSL184.62º53.42%14.31%-
HSV(B)184.62º69.64%21.96%-
XYZ2.222.954.19-
YUV42.58135.57109.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.49%
GREEN value IS 53 (21.09% from 255) = 42.06%
BLUE value IS 56 (22.27% from 255) = 44.44%
R=13.49%
G=42.06%
B=44.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1753560.700.0500.78184.6253.4214.31
Hex11353846504Eb935e
Octal216570106501162716516
Binary10001110101111000100011010101001110101110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113538; }

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

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

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

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

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

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

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

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