#202F35

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

Shades of Oxford Blue #202F35

Tints of Oxford Blue #202F35

Color information

#202F35 (or 0x202F35) is unknown color: approx Oxford Blue. HEX triplet: 20, 2F and 35. RGB value is (32,47,53). Sum of RGB (Red+Green+Blue) = 32+47+53=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 53 - color contains mainly: blue. Hex color #202F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202F35 is #DFD0CA. Grayscale: #2B2B2B. Windows color (decimal): -14667979 or 3485472. OLE color: 3485472.

HSL color Cylindrical-coordinate representation of color #202F35: hue angle of 197.14º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #202F35 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB324753-
CMYK0.400.1100.79
HSL197.14º24.71%16.67%-
HSV(B)197.14º39.62%20.78%-
XYZ2.252.63.75-
YUV43.2133.53120.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.24%
GREEN value IS 47 (18.75% from 255) = 35.61%
BLUE value IS 53 (21.09% from 255) = 40.15%
R=24.24%
G=35.61%
B=40.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3247530.400.1100.79197.1424.7116.67
Hex202F3528B04Fc51911
Octal405765501301173053121
Binary100000101111110101101000101101001111110001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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