#20363B

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

Shades of Nordic #20363B

Tints of Nordic #20363B

Color information

#20363B (or 0x20363B) is unknown color: approx Nordic. HEX triplet: 20, 36 and 3B. RGB value is (32,54,59). Sum of RGB (Red+Green+Blue) = 32+54+59=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 59 - color contains mainly: blue. Hex color #20363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20363B is #DFC9C4. Grayscale: #2F2F2F. Windows color (decimal): -14666181 or 3880480. OLE color: 3880480.

HSL color Cylindrical-coordinate representation of color #20363B: hue angle of 191.11º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #20363B is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB325459-
CMYK0.460.0800.77
HSL191.11º29.67%17.84%-
HSV(B)191.11º45.76%23.14%-
XYZ2.73.264.62-
YUV47.99134.21116.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.07%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 59 (23.44% from 255) = 40.69%
R=22.07%
G=37.24%
B=40.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3254590.460.0800.77191.1129.6717.84
Hex20363B2E804Dbf1e12
Octal406673561001152773622
Binary100000110110111011101110100001001101101111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20363B; }

 p { color: rgb(32,54,59); }

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

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

 a { background-color: rgb(32,54,59); }

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

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

 span { border-color: rgb(32,54,59); }

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