Html Css Color HEX #203034 Oxford Blue

📋 copy color: '#203034'

red 32 ◦ green 48 ◦ blue 52

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

Shades of Oxford Blue #203034

Tints of Oxford Blue #203034

RGB

 RED value IS 32 (12.89% from 255) = 24.24%

 GREEN value IS 48 (19.14% from 255) = 36.36%

 BLUE value IS 52 (20.7% from 255) = 39.39%

R = 24.24%
G = 36.36%
B = 39.39%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#203034 (or 0x203034) is known color: Oxford Blue. HEX triplet: 20, 30 and 34. RGB value is (32,48,52). Sum of RGB (Red+Green+Blue) = 32+48+52=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 52 - color contains mainly: blue. Hex color #203034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203034 is #DFCFCB. Grayscale: #2B2B2B. Windows color (decimal): -14667724 or 3420192. OLE color: 3420192.

HSL color Cylindrical-coordinate representation of color #203034: hue angle of 192º 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 #203034 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 32 48 52 -
CMYK 0.38 0.08 0 0.80
HSL 192º 0.24% 0.16% -
HSV(B) 192º 0.38% 0.2% -
XYZ 2.27 2.67 3.64 -
YUV 43.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 32 48 52 0.38 0.08 0 0.80 192 0.24 0.16
Hex 20 30 34 26 8 0 50 C0 18 10
Octal 40 60 64 46 10 0 120 300 30 20
Binary 100000 110000 110100 100110 1000 0 1010000 11000000 11000 10000

Color Harmonies of #203034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203034

Black with #203034

Text Example


Text Example

White with #203034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203034; }

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

 H1.HeaderClassName
 {
   color: #203034;
 }
 .AnyTagClassName
 {
   color: #203034;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #203034;
 }
 .BgClassName
 {
   background-color: #203034;
 }
</style>

border-color css

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

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

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