#202E33

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

Shades of Oxford Blue #202E33

Tints of Oxford Blue #202E33

Color information

#202E33 (or 0x202E33) is unknown color: approx Oxford Blue. HEX triplet: 20, 2E and 33. RGB value is (32,46,51). Sum of RGB (Red+Green+Blue) = 32+46+51=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 51 - color contains mainly: blue. Hex color #202E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E33 is #DFD1CC. Grayscale: #2A2A2A. Windows color (decimal): -14668237 or 3354144. OLE color: 3354144.

HSL color Cylindrical-coordinate representation of color #202E33: hue angle of 195.79º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #202E33 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB324651-
CMYK0.370.1000.8
HSL195.79º22.89%16.27%-
HSV(B)195.79º37.25%20%-
XYZ2.172.53.5-
YUV42.38132.86120.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.81%
GREEN value IS 46 (18.36% from 255) = 35.66%
BLUE value IS 51 (20.31% from 255) = 39.53%
R=24.81%
G=35.66%
B=39.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3246510.370.1000.8195.7922.8916.27
Hex202E3325A050c41710
Octal405663451201203042720
Binary100000101110110011100101101001010000110001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202E33; }

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

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

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

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

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

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

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

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