#153336

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

Shades of Nordic #153336

Tints of Nordic #153336

Color information

#153336 (or 0x153336) is unknown color: approx Nordic. HEX triplet: 15, 33 and 36. RGB value is (21,51,54). Sum of RGB (Red+Green+Blue) = 21+51+54=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 54 - color contains mainly: blue. Hex color #153336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153336 is #EACCC9. Grayscale: #2A2A2A. Windows color (decimal): -15387850 or 3552021. OLE color: 3552021.

HSL color Cylindrical-coordinate representation of color #153336: hue angle of 185.45º 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 #153336 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB215154-
CMYK0.610.0600.79
HSL185.45º44%14.71%-
HSV(B)185.45º61.11%21.18%-
XYZ2.162.793.92-
YUV42.37134.56112.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.67%
GREEN value IS 51 (20.31% from 255) = 40.48%
BLUE value IS 54 (21.48% from 255) = 42.86%
R=16.67%
G=40.48%
B=42.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2151540.610.0600.79185.454414.71
Hex1533363D604Fb92cf
Octal25636675601172715417
Binary1010111001111011011110111001001111101110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153336; }

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

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

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

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

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

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

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

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