#20343A

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

Shades of Oxford Blue #20343A

Tints of Oxford Blue #20343A

Color information

#20343A (or 0x20343A) is unknown color: approx Oxford Blue. HEX triplet: 20, 34 and 3A. RGB value is (32,52,58). Sum of RGB (Red+Green+Blue) = 32+52+58=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 58 - color contains mainly: blue. Hex color #20343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20343A is #DFCBC5. Grayscale: #2E2E2E. Windows color (decimal): -14666694 or 3814432. OLE color: 3814432.

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

Color convert

RGB325258-
CMYK0.450.1000.77
HSL193.85º28.89%17.65%-
HSV(B)193.85º44.83%22.75%-
XYZ2.593.074.46-
YUV46.7134.37117.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.54%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 58 (23.05% from 255) = 40.85%
R=22.54%
G=36.62%
B=40.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3252580.450.1000.77193.8528.8917.65
Hex20343A2DA04Dc21d12
Octal406472551201153023522
Binary100000110100111010101101101001001101110000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20343A;
 }
 .AnyTagClassName
 {
   color: #20343A;
 }
</style>
background-color css

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

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

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

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

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

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