Html Css Color HEX #20343C Oxford Blue

📋 copy color: '#20343C'

red 32 ◦ green 52 ◦ blue 60

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

Shades of Oxford Blue #20343C

Tints of Oxford Blue #20343C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.11%

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

R = 22.22%
G = 36.11%
B = 41.67%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#20343C (or 0x20343C) is known color: Oxford Blue. HEX triplet: 20, 34 and 3C. RGB value is (32,52,60). Sum of RGB (Red+Green+Blue) = 32+52+60=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #20343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20343C is #DFCBC3. Grayscale: #2E2E2E. Windows color (decimal): -14666692 or 3945504. OLE color: 3945504.

HSL color Cylindrical-coordinate representation of color #20343C: hue angle of 197.14º 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 #20343C is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 32 52 60 -
CMYK 0.47 0.13 0 0.76
HSL 197.14º 0.3% 0.18% -
HSV(B) 197.14º 0.47% 0.24% -
XYZ 2.64 3.09 4.73 -
YUV 46.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 32 52 60 0.47 0.13 0 0.76 197.14 0.3 0.18
Hex 20 34 3C 2F D 0 4C C5 1E 12
Octal 40 64 74 57 15 0 114 305 36 22
Binary 100000 110100 111100 101111 1101 0 1001100 11000101 11110 10010

Color Harmonies of #20343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20343C

Black with #20343C

Text Example


Text Example

White with #20343C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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