Html Css Color HEX #20363C Oxford Blue

📋 copy color: '#20363C'

red 32 ◦ green 54 ◦ blue 60

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

Shades of Oxford Blue #20363C

Tints of Oxford Blue #20363C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 41.1%

R = 21.92%
G = 36.99%
B = 41.1%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#20363C (or 0x20363C) is known color: Oxford Blue. HEX triplet: 20, 36 and 3C. RGB value is (32,54,60). Sum of RGB (Red+Green+Blue) = 32+54+60=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 60 - color contains mainly: blue. Hex color #20363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20363C is #DFC9C3. Grayscale: #303030. Windows color (decimal): -14666180 or 3946016. OLE color: 3946016.

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

Color convert

RGB 32 54 60 -
CMYK 0.47 0.10 0 0.76
HSL 192.86º 0.3% 0.18% -
HSV(B) 192.86º 0.47% 0.24% -
XYZ 2.73 3.27 4.76 -
YUV 48.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 32 54 60 0.47 0.10 0 0.76 192.86 0.3 0.18
Hex 20 36 3C 2F A 0 4C C1 1E 12
Octal 40 66 74 57 12 0 114 301 36 22
Binary 100000 110110 111100 101111 1010 0 1001100 11000001 11110 10010

Color Harmonies of #20363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20363C

Black with #20363C

Text Example


Text Example

White with #20363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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