#15353A

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

Shades of Nordic #15353A

Tints of Nordic #15353A

Color information

#15353A (or 0x15353A) is unknown color: approx Nordic. HEX triplet: 15, 35 and 3A. RGB value is (21,53,58). Sum of RGB (Red+Green+Blue) = 21+53+58=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #15353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15353A is #EACAC5. Grayscale: #2B2B2B. Windows color (decimal): -15387334 or 3814677. OLE color: 3814677.

HSL color Cylindrical-coordinate representation of color #15353A: hue angle of 188.11º 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 #15353A is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB215358-
CMYK0.640.0900.77
HSL188.11º46.84%15.49%-
HSV(B)188.11º63.79%22.75%-
XYZ2.353.014.46-
YUV44135.9111.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 53 (21.09% from 255) = 40.15%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=15.91%
G=40.15%
B=43.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2153580.640.0900.77188.1146.8415.49
Hex15353A40904Dbc2ff
Octal2565721001101152745717
Binary101011101011110101000000100101001101101111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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