Html Css Color HEX #20393C Nordic

📋 copy color: '#20393C'

red 32 ◦ green 57 ◦ blue 60

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

Shades of Nordic #20393C

Tints of Nordic #20393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.26%

 BLUE value IS 60 (23.83% from 255) = 40.27%

R = 21.48%
G = 38.26%
B = 40.27%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#20393C (or 0x20393C) is known color: Nordic. HEX triplet: 20, 39 and 3C. RGB value is (32,57,60). Sum of RGB (Red+Green+Blue) = 32+57+60=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 60 - color contains mainly: blue. Hex color #20393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20393C is #DFC6C3. Grayscale: #313131. Windows color (decimal): -14665412 or 3946784. OLE color: 3946784.

HSL color Cylindrical-coordinate representation of color #20393C: hue angle of 186.43º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #20393C is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 32 57 60 -
CMYK 0.47 0.05 0 0.76
HSL 186.43º 0.3% 0.18% -
HSV(B) 186.43º 0.47% 0.24% -
XYZ 2.87 3.56 4.81 -
YUV 49.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 32 57 60 0.47 0.05 0 0.76 186.43 0.3 0.18
Hex 20 39 3C 2F 5 0 4C BA 1E 12
Octal 40 71 74 57 5 0 114 272 36 22
Binary 100000 111001 111100 101111 101 0 1001100 10111010 11110 10010

Color Harmonies of #20393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20393C

Black with #20393C

Text Example


Text Example

White with #20393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20393C; }

 p { color: rgb(32,57,60); }

 H1.HeaderClassName
 {
   color: #20393C;
 }
 .AnyTagClassName
 {
   color: #20393C;
 }
</style>

background-color css

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

 a { background-color: rgb(32,57,60); }

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

border-color css

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

 span { border-color: rgb(32,57,60); }

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