#20323A

Color #20323A Oxford Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxford Blue #20323A

Tints of Oxford Blue #20323A

Color information

#20323A (or 0x20323A) is unknown color: approx 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

RGB325058-
CMYK0.450.1400.77
HSL198.46º28.89%17.65%-
HSV(B)198.46º44.83%22.75%-
XYZ2.52.894.43-
YUV45.53135.04118.35-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3250580.450.1400.77198.4628.8917.65
Hex20323A2DE04Dc61d12
Octal406272551601153063522
Binary100000110010111010101101111001001101110001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>