#11343F

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

Shades of Nordic #11343F

Tints of Nordic #11343F

Color information

#11343F (or 0x11343F) is unknown color: approx Nordic. HEX triplet: 11, 34 and 3F. RGB value is (17,52,63). Sum of RGB (Red+Green+Blue) = 17+52+63=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #11343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11343F is #EECBC0. Grayscale: #2A2A2A. Windows color (decimal): -15649729 or 4142097. OLE color: 4142097.

HSL color Cylindrical-coordinate representation of color #11343F: hue angle of 194.35º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11343F is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB175263-
CMYK0.730.1700.75
HSL194.35º57.5%15.69%-
HSV(B)194.35º73.02%24.71%-
XYZ2.362.935.14-
YUV42.79139.4109.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 63 (25% from 255) = 47.73%
R=12.88%
G=39.39%
B=47.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1752630.730.1700.75194.3557.515.69
Hex11343F491104Bc23a10
Octal2164771112101133027220
Binary10001110100111111100100110001010010111100001011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11343F; }

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

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

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

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

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

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

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

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