#293337

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

Shades of Oxford Blue #293337

Tints of Oxford Blue #293337

Color information

#293337 (or 0x293337) is unknown color: approx Oxford Blue. HEX triplet: 29, 33 and 37. RGB value is (41,51,55). Sum of RGB (Red+Green+Blue) = 41+51+55=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 55 - color contains mainly: blue. Hex color #293337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293337 is #D6CCC8. Grayscale: #303030. Windows color (decimal): -14077129 or 3617577. OLE color: 3617577.

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

Color convert

RGB415155-
CMYK0.250.0700.78
HSL197.14º14.58%18.82%-
HSV(B)197.14º25.45%21.57%-
XYZ2.793.114.07-
YUV48.47131.69122.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.89%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 55 (21.88% from 255) = 37.41%
R=27.89%
G=34.69%
B=37.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4151550.250.0700.78197.1414.5818.82
Hex29333719704Ec5f13
Octal51636731701163051723
Binary101001110011110111110011110100111011000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293337; }

 p { color: rgb(41,51,55); }

 H1.HeaderClassName
 {
   color: #293337;
 }
 .AnyTagClassName
 {
   color: #293337;
 }
</style>
background-color css

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

 a { background-color: rgb(41,51,55); }

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

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

 span { border-color: rgb(41,51,55); }

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