Html Css Color HEX #29353A Oxford Blue

📋 copy color: '#29353A'

red 41 ◦ green 53 ◦ blue 58

#29353A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxford Blue #29353A

Tints of Oxford Blue #29353A

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 value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29353A (or 0x29353A) is known color: 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

RGB 41 53 58 -
CMYK 0.29 0.09 0 0.77
HSL 197.65º 0.17% 0.19% -
HSV(B) 197.65º 0.29% 0.23% -
XYZ 2.95 3.32 4.49 -
YUV 49.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 41 53 58 0.29 0.09 0 0.77 197.65 0.17 0.19
Hex 29 35 3A 1D 9 0 4D C6 11 13
Octal 51 65 72 35 11 0 115 306 21 23
Binary 101001 110101 111010 11101 1001 0 1001101 11000110 10001 10011

Color Harmonies of #29353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29353A

Black with #29353A

Text Example


Text Example

White with #29353A

Text Example


Text Example

HTML Codes & Css Web 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>