#20343C

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

Shades of Oxford Blue #20343C

Tints of Oxford Blue #20343C

Color information

#20343C (or 0x20343C) is unknown color: approx Oxford Blue. HEX triplet: 20, 34 and 3C. RGB value is (32,52,60). Sum of RGB (Red+Green+Blue) = 32+52+60=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #20343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20343C is #DFCBC3. Grayscale: #2E2E2E. Windows color (decimal): -14666692 or 3945504. OLE color: 3945504.

HSL color Cylindrical-coordinate representation of color #20343C: hue angle of 197.14º 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 #20343C is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB325260-
CMYK0.470.1300.76
HSL197.14º30.43%18.04%-
HSV(B)197.14º46.67%23.53%-
XYZ2.643.094.73-
YUV46.93135.37117.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.22%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 60 (23.83% from 255) = 41.67%
R=22.22%
G=36.11%
B=41.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3252600.470.1300.76197.1430.4318.04
Hex20343C2FD04Cc51e12
Octal406474571501143053622
Binary100000110100111100101111110101001100110001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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