#202F34

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

Shades of Oxford Blue #202F34

Tints of Oxford Blue #202F34

Color information

#202F34 (or 0x202F34) is unknown color: approx Oxford Blue. HEX triplet: 20, 2F and 34. RGB value is (32,47,52). Sum of RGB (Red+Green+Blue) = 32+47+52=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 52 - color contains mainly: blue. Hex color #202F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202F34 is #DFD0CB. Grayscale: #2B2B2B. Windows color (decimal): -14667980 or 3419936. OLE color: 3419936.

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

Color convert

RGB324752-
CMYK0.380.1000.80
HSL195º23.81%16.47%-
HSV(B)195º38.46%20.39%-
XYZ2.232.593.63-
YUV43.08133.03120.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.43%
GREEN value IS 47 (18.75% from 255) = 35.88%
BLUE value IS 52 (20.70% from 255) = 39.69%
R=24.43%
G=35.88%
B=39.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3247520.380.1000.8019523.8116.47
Hex202F3426A050c31810
Octal405764461201203033020
Binary100000101111110100100110101001010000110000111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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