#29353A

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

Shades of Oxford Blue #29353A

Tints of Oxford Blue #29353A

Color information

#29353A (or 0x29353A) is unknown color: approx Oxford Blue. HEX triplet: 29, 35 and 3A. RGB value is (41,53,58). Sum of RGB (Red+Green+Blue) = 41+53+58=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 58 - color contains mainly: blue. Hex color #29353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29353A is #D6CAC5. Grayscale: #313131. Windows color (decimal): -14076614 or 3814697. OLE color: 3814697.

HSL color Cylindrical-coordinate representation of color #29353A: hue angle of 197.65º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #29353A is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB415358-
CMYK0.290.0900.77
HSL197.65º17.17%19.41%-
HSV(B)197.65º29.31%22.75%-
XYZ2.953.324.49-
YUV49.98132.52121.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.97%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=26.97%
G=34.87%
B=38.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4153580.290.0900.77197.6517.1719.41
Hex29353A1D904Dc61113
Octal516572351101153062123
Binary10100111010111101011101100101001101110001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29353A; }

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

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

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

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

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

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

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

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