#203138

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

Shades of Oxford Blue #203138

Tints of Oxford Blue #203138

Color information

#203138 (or 0x203138) is unknown color: approx Oxford Blue. HEX triplet: 20, 31 and 38. RGB value is (32,49,56). Sum of RGB (Red+Green+Blue) = 32+49+56=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: blue. Hex color #203138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203138 is #DFCEC7. Grayscale: #2C2C2C. Windows color (decimal): -14667464 or 3682592. OLE color: 3682592.

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

Color convert

RGB324956-
CMYK0.430.1200.78
HSL197.5º27.27%17.25%-
HSV(B)197.5º42.86%21.96%-
XYZ2.412.794.15-
YUV44.72134.37118.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.36%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 56 (22.27% from 255) = 40.88%
R=23.36%
G=35.77%
B=40.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3249560.430.1200.78197.527.2717.25
Hex2031382BC04Ec61b11
Octal406170531401163063321
Binary100000110001111000101011110001001110110001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203138; }

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

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

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

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

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

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

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

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