#20363D

Color #20363D Oxford Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxford Blue #20363D

Tints of Oxford Blue #20363D

Color information

#20363D (or 0x20363D) is unknown color: approx 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

RGB325461-
CMYK0.480.1100.76
HSL194.48º31.18%18.24%-
HSV(B)194.48º47.54%23.92%-
XYZ2.763.284.9-
YUV48.22135.21116.43-

RGB Variations

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

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.50%
R=21.77%
G=36.73%
B=41.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3254610.480.1100.76194.4831.1818.24
Hex20363D30B04Cc21f12
Octal406675601301143023722
Binary100000110110111101110000101101001100110000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>