Html Css Color HEX #20383F Oxford Blue

📋 copy color: '#20383F'

red 32 ◦ green 56 ◦ blue 63

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

Shades of Oxford Blue #20383F

Tints of Oxford Blue #20383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.09%

 BLUE value IS 63 (25% from 255) = 41.72%

R = 21.19%
G = 37.09%
B = 41.72%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#20383F (or 0x20383F) is known color: Oxford Blue. HEX triplet: 20, 38 and 3F. RGB value is (32,56,63). Sum of RGB (Red+Green+Blue) = 32+56+63=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 63 - color contains mainly: blue. Hex color #20383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20383F is #DFC7C0. Grayscale: #313131. Windows color (decimal): -14665665 or 4143136. OLE color: 4143136.

HSL color Cylindrical-coordinate representation of color #20383F: hue angle of 193.55º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #20383F is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 32 56 63 -
CMYK 0.49 0.11 0 0.75
HSL 193.55º 0.33% 0.19% -
HSV(B) 193.55º 0.49% 0.25% -
XYZ 2.91 3.49 5.22 -
YUV 49.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 32 56 63 0.49 0.11 0 0.75 193.55 0.33 0.19
Hex 20 38 3F 31 B 0 4B C2 21 13
Octal 40 70 77 61 13 0 113 302 41 23
Binary 100000 111000 111111 110001 1011 0 1001011 11000010 100001 10011

Color Harmonies of #20383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20383F

Black with #20383F

Text Example


Text Example

White with #20383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20383F; }

 p { color: rgb(32,56,63); }

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

background-color css

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

 a { background-color: rgb(32,56,63); }

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

border-color css

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

 span { border-color: rgb(32,56,63); }

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