Html Css Color HEX #20353A Nordic

📋 copy color: '#20353A'

red 32 ◦ green 53 ◦ blue 58

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

Shades of Nordic #20353A

Tints of Nordic #20353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.06%

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

R = 22.38%
G = 37.06%
B = 40.56%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#20353A (or 0x20353A) is known color: Nordic. HEX triplet: 20, 35 and 3A. RGB value is (32,53,58). Sum of RGB (Red+Green+Blue) = 32+53+58=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 58 - color contains mainly: blue. Hex color #20353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20353A is #DFCAC5. Grayscale: #2F2F2F. Windows color (decimal): -14666438 or 3814688. OLE color: 3814688.

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

Color convert

RGB 32 53 58 -
CMYK 0.45 0.09 0 0.77
HSL 191.54º 0.29% 0.18% -
HSV(B) 191.54º 0.45% 0.23% -
XYZ 2.63 3.16 4.47 -
YUV 47.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 32 53 58 0.45 0.09 0 0.77 191.54 0.29 0.18
Hex 20 35 3A 2D 9 0 4D C0 1D 12
Octal 40 65 72 55 11 0 115 300 35 22
Binary 100000 110101 111010 101101 1001 0 1001101 11000000 11101 10010

Color Harmonies of #20353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20353A

Black with #20353A

Text Example


Text Example

White with #20353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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