#15343A

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

Shades of Nordic #15343A

Tints of Nordic #15343A

Color information

#15343A (or 0x15343A) is unknown color: approx Nordic. HEX triplet: 15, 34 and 3A. RGB value is (21,52,58). Sum of RGB (Red+Green+Blue) = 21+52+58=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #15343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15343A is #EACBC5. Grayscale: #2B2B2B. Windows color (decimal): -15387590 or 3814421. OLE color: 3814421.

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

Color convert

RGB215258-
CMYK0.640.1000.77
HSL189.73º46.84%15.49%-
HSV(B)189.73º63.79%22.75%-
XYZ2.32.924.45-
YUV43.42136.23112.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.03%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 58 (23.05% from 255) = 44.27%
R=16.03%
G=39.69%
B=44.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2152580.640.1000.77189.7346.8415.49
Hex15343A40A04Dbe2ff
Octal2564721001201152765717
Binary101011101001110101000000101001001101101111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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