#203137

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

Shades of Oxford Blue #203137

Tints of Oxford Blue #203137

Color information

#203137 (or 0x203137) is unknown color: approx Oxford Blue. HEX triplet: 20, 31 and 37. RGB value is (32,49,55). Sum of RGB (Red+Green+Blue) = 32+49+55=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 55 - color contains mainly: blue. Hex color #203137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203137 is #DFCEC8. Grayscale: #2C2C2C. Windows color (decimal): -14667465 or 3617056. OLE color: 3617056.

HSL color Cylindrical-coordinate representation of color #203137: hue angle of 195.65º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #203137 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB324955-
CMYK0.420.1100.78
HSL195.65º26.44%17.06%-
HSV(B)195.65º41.82%21.57%-
XYZ2.382.784.03-
YUV44.6133.87119.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.53%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 55 (21.88% from 255) = 40.44%
R=23.53%
G=36.03%
B=40.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3249550.420.1100.78195.6526.4417.06
Hex2031372AB04Ec41a11
Octal406167521301163043221
Binary100000110001110111101010101101001110110001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203137; }

 p { color: rgb(32,49,55); }

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

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

 a { background-color: rgb(32,49,55); }

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

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

 span { border-color: rgb(32,49,55); }

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