Html Css Color HEX #20323A Oxford Blue

📋 copy color: '#20323A'

red 32 ◦ green 50 ◦ blue 58

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

Shades of Oxford Blue #20323A

Tints of Oxford Blue #20323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.71%

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

R = 22.86%
G = 35.71%
B = 41.43%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#20323A (or 0x20323A) is known color: Oxford Blue. HEX triplet: 20, 32 and 3A. RGB value is (32,50,58). Sum of RGB (Red+Green+Blue) = 32+50+58=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 58 - color contains mainly: blue. Hex color #20323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20323A is #DFCDC5. Grayscale: #2D2D2D. Windows color (decimal): -14667206 or 3813920. OLE color: 3813920.

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

Color convert

RGB 32 50 58 -
CMYK 0.45 0.14 0 0.77
HSL 198.46º 0.29% 0.18% -
HSV(B) 198.46º 0.45% 0.23% -
XYZ 2.5 2.89 4.43 -
YUV 45.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 32 50 58 0.45 0.14 0 0.77 198.46 0.29 0.18
Hex 20 32 3A 2D E 0 4D C6 1D 12
Octal 40 62 72 55 16 0 115 306 35 22
Binary 100000 110010 111010 101101 1110 0 1001101 11000110 11101 10010

Color Harmonies of #20323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20323A

Black with #20323A

Text Example


Text Example

White with #20323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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