Html Css Color HEX #29393F Oxford Blue

📋 copy color: '#29393F'

red 41 ◦ green 57 ◦ blue 63

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

Shades of Oxford Blue #29393F

Tints of Oxford Blue #29393F

RGB

 RED value IS 41 (16.41% from 255) = 25.47%

 GREEN value IS 57 (22.66% from 255) = 35.4%

 BLUE value IS 63 (25% from 255) = 39.13%

R = 25.47%
G = 35.4%
B = 39.13%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#29393F (or 0x29393F) is known color: Oxford Blue. HEX triplet: 29, 39 and 3F. RGB value is (41,57,63). Sum of RGB (Red+Green+Blue) = 41+57+63=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 63 - color contains mainly: blue. Hex color #29393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29393F is #D6C6C0. Grayscale: #343434. Windows color (decimal): -14075585 or 4143401. OLE color: 4143401.

HSL color Cylindrical-coordinate representation of color #29393F: hue angle of 196.36º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #29393F is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 57 63 -
CMYK 0.35 0.10 0 0.75
HSL 196.36º 0.21% 0.2% -
HSV(B) 196.36º 0.35% 0.25% -
XYZ 3.27 3.76 5.26 -
YUV 52.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 41 57 63 0.35 0.10 0 0.75 196.36 0.21 0.2
Hex 29 39 3F 23 A 0 4B C4 15 14
Octal 51 71 77 43 12 0 113 304 25 24
Binary 101001 111001 111111 100011 1010 0 1001011 11000100 10101 10100

Color Harmonies of #29393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29393F

Black with #29393F

Text Example


Text Example

White with #29393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29393F; }

 p { color: rgb(41,57,63); }

 H1.HeaderClassName
 {
   color: #29393F;
 }
 .AnyTagClassName
 {
   color: #29393F;
 }
</style>

background-color css

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

 a { background-color: rgb(41,57,63); }

 div.DivClassName
 {
   background-color: #29393F;
 }
 .BgClassName
 {
   background-color: #29393F;
 }
</style>

border-color css

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

 span { border-color: rgb(41,57,63); }

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