Html Css Color HEX #202F34 Oxford Blue

📋 copy color: '#202F34'

red 32 ◦ green 47 ◦ blue 52

#202F34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxford Blue #202F34

Tints of Oxford Blue #202F34

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.7% from 255) = 39.69%

R = 24.43%
G = 35.88%
B = 39.69%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#202F34 (or 0x202F34) is known color: 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

RGB 32 47 52 -
CMYK 0.38 0.10 0 0.80
HSL 195º 0.24% 0.16% -
HSV(B) 195º 0.38% 0.2% -
XYZ 2.23 2.59 3.63 -
YUV 43.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 32 47 52 0.38 0.10 0 0.80 195 0.24 0.16
Hex 20 2F 34 26 A 0 50 C3 18 10
Octal 40 57 64 46 12 0 120 303 30 20
Binary 100000 101111 110100 100110 1010 0 1010000 11000011 11000 10000

Color Harmonies of #202F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202F34

Black with #202F34

Text Example


Text Example

White with #202F34

Text Example


Text Example

HTML Codes & Css Web 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>