Html Css Color HEX #293539 Oxford Blue

📋 copy color: '#293539'

red 41 ◦ green 53 ◦ blue 57

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

Shades of Oxford Blue #293539

Tints of Oxford Blue #293539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.1%

 BLUE value IS 57 (22.66% from 255) = 37.75%

R = 27.15%
G = 35.1%
B = 37.75%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#293539 (or 0x293539) is known color: Oxford Blue. HEX triplet: 29, 35 and 39. RGB value is (41,53,57). Sum of RGB (Red+Green+Blue) = 41+53+57=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 57 - color contains mainly: blue. Hex color #293539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293539 is #D6CAC6. Grayscale: #313131. Windows color (decimal): -14076615 or 3749161. OLE color: 3749161.

HSL color Cylindrical-coordinate representation of color #293539: hue angle of 195º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #293539 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 53 57 -
CMYK 0.28 0.07 0 0.78
HSL 195º 0.16% 0.19% -
HSV(B) 195º 0.28% 0.22% -
XYZ 2.93 3.31 4.36 -
YUV 49.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 41 53 57 0.28 0.07 0 0.78 195 0.16 0.19
Hex 29 35 39 1C 7 0 4E C3 10 13
Octal 51 65 71 34 7 0 116 303 20 23
Binary 101001 110101 111001 11100 111 0 1001110 11000011 10000 10011

Color Harmonies of #293539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293539

Black with #293539

Text Example


Text Example

White with #293539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293539; }

 p { color: rgb(41,53,57); }

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

background-color css

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

 a { background-color: rgb(41,53,57); }

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

border-color css

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

 span { border-color: rgb(41,53,57); }

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