Html Css Color HEX #20363D Oxford Blue

📋 copy color: '#20363D'

red 32 ◦ green 54 ◦ blue 61

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

Shades of Oxford Blue #20363D

Tints of Oxford Blue #20363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.73%

 BLUE value IS 61 (24.22% from 255) = 41.5%

R = 21.77%
G = 36.73%
B = 41.5%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#20363D (or 0x20363D) is known color: Oxford Blue. HEX triplet: 20, 36 and 3D. RGB value is (32,54,61). Sum of RGB (Red+Green+Blue) = 32+54+61=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 61 - color contains mainly: blue. Hex color #20363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20363D is #DFC9C2. Grayscale: #303030. Windows color (decimal): -14666179 or 4011552. OLE color: 4011552.

HSL color Cylindrical-coordinate representation of color #20363D: hue angle of 194.48º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #20363D is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 32 54 61 -
CMYK 0.48 0.11 0 0.76
HSL 194.48º 0.31% 0.18% -
HSV(B) 194.48º 0.48% 0.24% -
XYZ 2.76 3.28 4.9 -
YUV 48.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 32 54 61 0.48 0.11 0 0.76 194.48 0.31 0.18
Hex 20 36 3D 30 B 0 4C C2 1F 12
Octal 40 66 75 60 13 0 114 302 37 22
Binary 100000 110110 111101 110000 1011 0 1001100 11000010 11111 10010

Color Harmonies of #20363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20363D

Black with #20363D

Text Example


Text Example

White with #20363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20363D; }

 p { color: rgb(32,54,61); }

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

background-color css

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

 a { background-color: rgb(32,54,61); }

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

border-color css

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

 span { border-color: rgb(32,54,61); }

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