Html Css Color HEX #202F35 Oxford Blue

📋 copy color: '#202F35'

red 32 ◦ green 47 ◦ blue 53

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

Shades of Oxford Blue #202F35

Tints of Oxford Blue #202F35

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 value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

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

RGB 32 47 53 -
CMYK 0.40 0.11 0 0.79
HSL 197.14º 0.25% 0.17% -
HSV(B) 197.14º 0.4% 0.21% -
XYZ 2.25 2.6 3.75 -
YUV 43.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 32 47 53 0.40 0.11 0 0.79 197.14 0.25 0.17
Hex 20 2F 35 28 B 0 4F C5 19 11
Octal 40 57 65 50 13 0 117 305 31 21
Binary 100000 101111 110101 101000 1011 0 1001111 11000101 11001 10001

Color Harmonies of #202F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202F35

Black with #202F35

Text Example


Text Example

White with #202F35

Text Example


Text Example

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