#11343A

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

Shades of Nordic #11343A

Tints of Nordic #11343A

Color information

#11343A (or 0x11343A) is unknown color: approx Nordic. HEX triplet: 11, 34 and 3A. RGB value is (17,52,58). Sum of RGB (Red+Green+Blue) = 17+52+58=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #11343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11343A is #EECBC5. Grayscale: #2A2A2A. Windows color (decimal): -15649734 or 3814417. OLE color: 3814417.

HSL color Cylindrical-coordinate representation of color #11343A: hue angle of 188.78º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11343A is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB175258-
CMYK0.710.1000.77
HSL188.78º54.67%14.71%-
HSV(B)188.78º70.69%22.75%-
XYZ2.222.884.44-
YUV42.22136.9110.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.39%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 58 (23.05% from 255) = 45.67%
R=13.39%
G=40.94%
B=45.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1752580.710.1000.77188.7854.6714.71
Hex11343A47A04Dbd37f
Octal2164721071201152756717
Binary100011101001110101000111101001001101101111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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