#20353D

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

Shades of Oxford Blue #20353D

Tints of Oxford Blue #20353D

Color information

#20353D (or 0x20353D) is unknown color: approx Oxford Blue. HEX triplet: 20, 35 and 3D. RGB value is (32,53,61). Sum of RGB (Red+Green+Blue) = 32+53+61=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #20353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20353D is #DFCAC2. Grayscale: #2F2F2F. Windows color (decimal): -14666435 or 4011296. OLE color: 4011296.

HSL color Cylindrical-coordinate representation of color #20353D: hue angle of 196.55º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #20353D is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB325361-
CMYK0.480.1300.76
HSL196.55º31.18%18.24%-
HSV(B)196.55º47.54%23.92%-
XYZ2.713.194.89-
YUV47.63135.54116.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.92%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 61 (24.22% from 255) = 41.78%
R=21.92%
G=36.30%
B=41.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3253610.480.1300.76196.5531.1818.24
Hex20353D30D04Cc51f12
Octal406575601501143053722
Binary100000110101111101110000110101001100110001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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