Html Css Color HEX #293134 Oxford Blue

📋 copy color: '#293134'

red 41 ◦ green 49 ◦ blue 52

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

Shades of Oxford Blue #293134

Tints of Oxford Blue #293134

RGB

 RED value IS 41 (16.41% from 255) = 28.87%

 GREEN value IS 49 (19.53% from 255) = 34.51%

 BLUE value IS 52 (20.7% from 255) = 36.62%

R = 28.87%
G = 34.51%
B = 36.62%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#293134 (or 0x293134) is known color: Oxford Blue. HEX triplet: 29, 31 and 34. RGB value is (41,49,52). Sum of RGB (Red+Green+Blue) = 41+49+52=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 52 - color contains mainly: blue. Hex color #293134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293134 is #D6CECB. Grayscale: #2E2E2E. Windows color (decimal): -14077644 or 3420457. OLE color: 3420457.

HSL color Cylindrical-coordinate representation of color #293134: hue angle of 196.36º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #293134 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 41 49 52 -
CMYK 0.21 0.06 0 0.80
HSL 196.36º 0.12% 0.18% -
HSV(B) 196.36º 0.21% 0.2% -
XYZ 2.63 2.92 3.67 -
YUV 46.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 41 49 52 0.21 0.06 0 0.80 196.36 0.12 0.18
Hex 29 31 34 15 6 0 50 C4 C 12
Octal 51 61 64 25 6 0 120 304 14 22
Binary 101001 110001 110100 10101 110 0 1010000 11000100 1100 10010

Color Harmonies of #293134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293134

Black with #293134

Text Example


Text Example

White with #293134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293134; }

 p { color: rgb(41,49,52); }

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

background-color css

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

 a { background-color: rgb(41,49,52); }

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

border-color css

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

 span { border-color: rgb(41,49,52); }

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