#203238

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

Shades of Oxford Blue #203238

Tints of Oxford Blue #203238

Color information

#203238 (or 0x203238) is unknown color: approx Oxford Blue. HEX triplet: 20, 32 and 38. RGB value is (32,50,56). Sum of RGB (Red+Green+Blue) = 32+50+56=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: blue. Hex color #203238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203238 is #DFCDC7. Grayscale: #2D2D2D. Windows color (decimal): -14667208 or 3682848. OLE color: 3682848.

HSL color Cylindrical-coordinate representation of color #203238: hue angle of 195º 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 #203238 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB325056-
CMYK0.430.1100.78
HSL195º27.27%17.25%-
HSV(B)195º42.86%21.96%-
XYZ2.452.874.17-
YUV45.3134.04118.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.19%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 56 (22.27% from 255) = 40.58%
R=23.19%
G=36.23%
B=40.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3250560.430.1100.7819527.2717.25
Hex2032382BB04Ec31b11
Octal406270531301163033321
Binary100000110010111000101011101101001110110000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203238; }

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

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

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

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

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

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

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

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