Html Css Color HEX #20373A Nordic

📋 copy color: '#20373A'

red 32 ◦ green 55 ◦ blue 58

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

Shades of Nordic #20373A

Tints of Nordic #20373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.93%

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

R = 22.07%
G = 37.93%
B = 40%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#20373A (or 0x20373A) is known color: Nordic. HEX triplet: 20, 37 and 3A. RGB value is (32,55,58). Sum of RGB (Red+Green+Blue) = 32+55+58=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 58 - color contains mainly: blue. Hex color #20373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20373A is #DFC8C5. Grayscale: #303030. Windows color (decimal): -14665926 or 3815200. OLE color: 3815200.

HSL color Cylindrical-coordinate representation of color #20373A: hue angle of 186.92º 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 #20373A is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 32 55 58 -
CMYK 0.45 0.05 0 0.77
HSL 186.92º 0.29% 0.18% -
HSV(B) 186.92º 0.45% 0.23% -
XYZ 2.73 3.34 4.5 -
YUV 48.47 133.38 116.26 -
System Red Green Blue C M Y K H S L
Decimal 32 55 58 0.45 0.05 0 0.77 186.92 0.29 0.18
Hex 20 37 3A 2D 5 0 4D BB 1D 12
Octal 40 67 72 55 5 0 115 273 35 22
Binary 100000 110111 111010 101101 101 0 1001101 10111011 11101 10010

Color Harmonies of #20373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20373A

Black with #20373A

Text Example


Text Example

White with #20373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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