Html Css Color HEX #203137 Oxford Blue

📋 copy color: '#203137'

red 32 ◦ green 49 ◦ blue 55

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

Shades of Oxford Blue #203137

Tints of Oxford Blue #203137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.03%

 BLUE value IS 55 (21.88% from 255) = 40.44%

R = 23.53%
G = 36.03%
B = 40.44%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#203137 (or 0x203137) is known color: Oxford Blue. HEX triplet: 20, 31 and 37. RGB value is (32,49,55). Sum of RGB (Red+Green+Blue) = 32+49+55=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 55 - color contains mainly: blue. Hex color #203137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203137 is #DFCEC8. Grayscale: #2C2C2C. Windows color (decimal): -14667465 or 3617056. OLE color: 3617056.

HSL color Cylindrical-coordinate representation of color #203137: hue angle of 195.65º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #203137 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 32 49 55 -
CMYK 0.42 0.11 0 0.78
HSL 195.65º 0.26% 0.17% -
HSV(B) 195.65º 0.42% 0.22% -
XYZ 2.38 2.78 4.03 -
YUV 44.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 32 49 55 0.42 0.11 0 0.78 195.65 0.26 0.17
Hex 20 31 37 2A B 0 4E C4 1A 11
Octal 40 61 67 52 13 0 116 304 32 21
Binary 100000 110001 110111 101010 1011 0 1001110 11000100 11010 10001

Color Harmonies of #203137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203137

Black with #203137

Text Example


Text Example

White with #203137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203137; }

 p { color: rgb(32,49,55); }

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

background-color css

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

 a { background-color: rgb(32,49,55); }

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

border-color css

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

 span { border-color: rgb(32,49,55); }

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