Html Css Color HEX #20363A Nordic

📋 copy color: '#20363A'

red 32 ◦ green 54 ◦ blue 58

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

Shades of Nordic #20363A

Tints of Nordic #20363A

RGB

 RED value IS 32 (12.89% from 255) = 22.22%

 GREEN value IS 54 (21.48% from 255) = 37.5%

 BLUE value IS 58 (23.05% from 255) = 40.28%

R = 22.22%
G = 37.5%
B = 40.28%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#20363A (or 0x20363A) is known color: Nordic. HEX triplet: 20, 36 and 3A. RGB value is (32,54,58). Sum of RGB (Red+Green+Blue) = 32+54+58=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 58 - color contains mainly: blue. Hex color #20363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20363A is #DFC9C5. Grayscale: #2F2F2F. Windows color (decimal): -14666182 or 3814944. OLE color: 3814944.

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

Color convert

RGB 32 54 58 -
CMYK 0.45 0.07 0 0.77
HSL 189.23º 0.29% 0.18% -
HSV(B) 189.23º 0.45% 0.23% -
XYZ 2.68 3.25 4.49 -
YUV 47.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 32 54 58 0.45 0.07 0 0.77 189.23 0.29 0.18
Hex 20 36 3A 2D 7 0 4D BD 1D 12
Octal 40 66 72 55 7 0 115 275 35 22
Binary 100000 110110 111010 101101 111 0 1001101 10111101 11101 10010

Color Harmonies of #20363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20363A

Black with #20363A

Text Example


Text Example

White with #20363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20363A;
 }
 .AnyTagClassName
 {
   color: #20363A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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