#29363B

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

Shades of Oxford Blue #29363B

Tints of Oxford Blue #29363B

Color information

#29363B (or 0x29363B) is unknown color: approx Oxford Blue. HEX triplet: 29, 36 and 3B. RGB value is (41,54,59). Sum of RGB (Red+Green+Blue) = 41+54+59=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 59 - color contains mainly: blue. Hex color #29363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29363B is #D6C9C4. Grayscale: #323232. Windows color (decimal): -14076357 or 3880489. OLE color: 3880489.

HSL color Cylindrical-coordinate representation of color #29363B: hue angle of 196.67º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #29363B is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB415459-
CMYK0.310.0800.77
HSL196.67º18%19.61%-
HSV(B)196.67º30.51%23.14%-
XYZ3.023.434.64-
YUV50.68132.69121.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.62%
GREEN value IS 54 (21.48% from 255) = 35.06%
BLUE value IS 59 (23.44% from 255) = 38.31%
R=26.62%
G=35.06%
B=38.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4154590.310.0800.77196.671819.61
Hex29363B1F804Dc51214
Octal516673371001153052224
Binary10100111011011101111111100001001101110001011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29363B; }

 p { color: rgb(41,54,59); }

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

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

 a { background-color: rgb(41,54,59); }

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

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

 span { border-color: rgb(41,54,59); }

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