#113238

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

Shades of Nordic #113238

Tints of Nordic #113238

Color information

#113238 (or 0x113238) is unknown color: approx Nordic. HEX triplet: 11, 32 and 38. RGB value is (17,50,56). Sum of RGB (Red+Green+Blue) = 17+50+56=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 56 (22.27% from 255 or 45.53% from 123); Max value from RGB is 56 - color contains mainly: blue. Hex color #113238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113238 is #EECDC7. Grayscale: #282828. Windows color (decimal): -15650248 or 3682833. OLE color: 3682833.

HSL color Cylindrical-coordinate representation of color #113238: hue angle of 189.23º 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 #113238 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB175056-
CMYK0.700.1100.78
HSL189.23º53.42%14.31%-
HSV(B)189.23º69.64%21.96%-
XYZ2.092.694.15-
YUV40.82136.57111.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 50 (19.92% from 255) = 40.65%
BLUE value IS 56 (22.27% from 255) = 45.53%
R=13.82%
G=40.65%
B=45.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1750560.700.1100.78189.2353.4214.31
Hex11323846B04Ebd35e
Octal2162701061301162756516
Binary100011100101110001000110101101001110101111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113238; }

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

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

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

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

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

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

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

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