#153536

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

Shades of Nordic #153536

Tints of Nordic #153536

Color information

#153536 (or 0x153536) is unknown color: approx Nordic. HEX triplet: 15, 35 and 36. RGB value is (21,53,54). Sum of RGB (Red+Green+Blue) = 21+53+54=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 54 - color contains mainly: blue. Hex color #153536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153536 is #EACAC9. Grayscale: #2B2B2B. Windows color (decimal): -15387338 or 3552533. OLE color: 3552533.

HSL color Cylindrical-coordinate representation of color #153536: hue angle of 181.82º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #153536 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB215354-
CMYK0.610.0200.79
HSL181.82º44%14.71%-
HSV(B)181.82º61.11%21.18%-
XYZ2.252.973.95-
YUV43.55133.9111.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 53 (21.09% from 255) = 41.41%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=16.41%
G=41.41%
B=42.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2153540.610.0200.79181.824414.71
Hex1535363D204Fb62cf
Octal25656675201172665417
Binary101011101011101101111011001001111101101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153536; }

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

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

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

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

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

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

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

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