#293539

Color #293539 Oxford Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxford Blue #293539

Tints of Oxford Blue #293539

Color information

#293539 (or 0x293539) is unknown color: approx 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

RGB415357-
CMYK0.280.0700.78
HSL195º16.33%19.22%-
HSV(B)195º28.07%22.35%-
XYZ2.933.314.36-
YUV49.87132.02121.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 53 (21.09% from 255) = 35.10%
BLUE value IS 57 (22.66% from 255) = 37.75%
R=27.15%
G=35.10%
B=37.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4153570.280.0700.7819516.3319.22
Hex2935391C704Ec31013
Octal51657134701163032023
Binary1010011101011110011110011101001110110000111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>