#113A3C

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

Shades of Nordic #113A3C

Tints of Nordic #113A3C

Color information

#113A3C (or 0x113A3C) is unknown color: approx Nordic. HEX triplet: 11, 3A and 3C. RGB value is (17,58,60). Sum of RGB (Red+Green+Blue) = 17+58+60=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 60 - color contains mainly: blue. Hex color #113A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A3C is #EEC5C3. Grayscale: #2D2D2D. Windows color (decimal): -15648196 or 3947025. OLE color: 3947025.

HSL color Cylindrical-coordinate representation of color #113A3C: hue angle of 182.79º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113A3C is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB175860-
CMYK0.720.0300.76
HSL182.79º55.84%15.1%-
HSV(B)182.79º71.67%23.53%-
XYZ2.563.474.81-
YUV45.97135.92107.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.59%
GREEN value IS 58 (23.05% from 255) = 42.96%
BLUE value IS 60 (23.83% from 255) = 44.44%
R=12.59%
G=42.96%
B=44.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1758600.720.0300.76182.7955.8415.1
Hex113A3C48304Cb738f
Octal217274110301142677017
Binary1000111101011110010010001101001100101101111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113A3C; }

 p { color: rgb(17,58,60); }

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

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

 a { background-color: rgb(17,58,60); }

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

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

 span { border-color: rgb(17,58,60); }

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