#112D34

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

Shades of Nordic #112D34

Tints of Nordic #112D34

Color information

#112D34 (or 0x112D34) is unknown color: approx Nordic. HEX triplet: 11, 2D and 34. RGB value is (17,45,52). Sum of RGB (Red+Green+Blue) = 17+45+52=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 52 - color contains mainly: blue. Hex color #112D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D34 is #EED2CB. Grayscale: #252525. Windows color (decimal): -15651532 or 3419409. OLE color: 3419409.

HSL color Cylindrical-coordinate representation of color #112D34: hue angle of 192º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112D34 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB174552-
CMYK0.670.1300.80
HSL192º50.72%13.53%-
HSV(B)192º67.31%20.39%-
XYZ1.792.243.59-
YUV37.43136.22113.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.91%
GREEN value IS 45 (17.97% from 255) = 39.47%
BLUE value IS 52 (20.70% from 255) = 45.61%
R=14.91%
G=39.47%
B=45.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1745520.670.1300.8019250.7213.53
Hex112D3443D050c033e
Octal2155641031501203006316
Binary100011011011101001000011110101010000110000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112D34; }

 p { color: rgb(17,45,52); }

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

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

 a { background-color: rgb(17,45,52); }

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

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

 span { border-color: rgb(17,45,52); }

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