Html Css Color HEX #20363B Nordic

📋 copy color: '#20363B'

red 32 ◦ green 54 ◦ blue 59

#20363B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #20363B

Tints of Nordic #20363B

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 value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#20363B (or 0x20363B) is known color: 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

RGB 32 54 59 -
CMYK 0.46 0.08 0 0.77
HSL 191.11º 0.3% 0.18% -
HSV(B) 191.11º 0.46% 0.23% -
XYZ 2.7 3.26 4.62 -
YUV 47.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 32 54 59 0.46 0.08 0 0.77 191.11 0.3 0.18
Hex 20 36 3B 2E 8 0 4D BF 1E 12
Octal 40 66 73 56 10 0 115 277 36 22
Binary 100000 110110 111011 101110 1000 0 1001101 10111111 11110 10010

Color Harmonies of #20363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20363B

Black with #20363B

Text Example


Text Example

White with #20363B

Text Example


Text Example

HTML Codes & Css Web 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>