#293437

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

Shades of Oxford Blue #293437

Tints of Oxford Blue #293437

Color information

#293437 (or 0x293437) is unknown color: approx Oxford Blue. HEX triplet: 29, 34 and 37. RGB value is (41,52,55). Sum of RGB (Red+Green+Blue) = 41+52+55=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 55 - color contains mainly: blue. Hex color #293437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293437 is #D6CBC8. Grayscale: #313131. Windows color (decimal): -14076873 or 3617833. OLE color: 3617833.

HSL color Cylindrical-coordinate representation of color #293437: hue angle of 192.86º 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 #293437 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB415255-
CMYK0.250.0500.78
HSL192.86º14.58%18.82%-
HSV(B)192.86º25.45%21.57%-
XYZ2.833.24.08-
YUV49.05131.36122.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.70%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 55 (21.88% from 255) = 37.16%
R=27.70%
G=35.14%
B=37.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4152550.250.0500.78192.8614.5818.82
Hex29343719504Ec1f13
Octal51646731501163011723
Binary101001110100110111110011010100111011000001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293437; }

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

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

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

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

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

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

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

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