#203338

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

Shades of Oxford Blue #203338

Tints of Oxford Blue #203338

Color information

#203338 (or 0x203338) is unknown color: approx Oxford Blue. HEX triplet: 20, 33 and 38. RGB value is (32,51,56). Sum of RGB (Red+Green+Blue) = 32+51+56=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #203338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203338 is #DFCCC7. Grayscale: #2D2D2D. Windows color (decimal): -14666952 or 3683104. OLE color: 3683104.

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

Color convert

RGB325156-
CMYK0.430.0900.78
HSL192.5º27.27%17.25%-
HSV(B)192.5º42.86%21.96%-
XYZ2.492.964.18-
YUV45.89133.71118.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.02%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=23.02%
G=36.69%
B=40.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3251560.430.0900.78192.527.2717.25
Hex2033382B904Ec01b11
Octal406370531101163003321
Binary100000110011111000101011100101001110110000001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203338; }

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

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

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

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

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

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

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

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