#202F36

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

Shades of Oxford Blue #202F36

Tints of Oxford Blue #202F36

Color information

#202F36 (or 0x202F36) is unknown color: approx Oxford Blue. HEX triplet: 20, 2F and 36. RGB value is (32,47,54). Sum of RGB (Red+Green+Blue) = 32+47+54=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 54 - color contains mainly: blue. Hex color #202F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202F36 is #DFD0C9. Grayscale: #2B2B2B. Windows color (decimal): -14667978 or 3551008. OLE color: 3551008.

HSL color Cylindrical-coordinate representation of color #202F36: hue angle of 199.09º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #202F36 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB324754-
CMYK0.410.1300.79
HSL199.09º25.58%16.86%-
HSV(B)199.09º40.74%21.18%-
XYZ2.282.613.87-
YUV43.31134.03119.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.06%
GREEN value IS 47 (18.75% from 255) = 35.34%
BLUE value IS 54 (21.48% from 255) = 40.60%
R=24.06%
G=35.34%
B=40.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3247540.410.1300.79199.0925.5816.86
Hex202F3629D04Fc71a11
Octal405766511501173073221
Binary100000101111110110101001110101001111110001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,47,54); }

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

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

 a { background-color: rgb(32,47,54); }

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

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

 span { border-color: rgb(32,47,54); }

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