Html Css Color HEX #29373D Oxford Blue

📋 copy color: '#29373D'

red 41 ◦ green 55 ◦ blue 61

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

Shades of Oxford Blue #29373D

Tints of Oxford Blue #29373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.03%

 BLUE value IS 61 (24.22% from 255) = 38.85%

R = 26.11%
G = 35.03%
B = 38.85%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#29373D (or 0x29373D) is known color: Oxford Blue. HEX triplet: 29, 37 and 3D. RGB value is (41,55,61). Sum of RGB (Red+Green+Blue) = 41+55+61=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 61 - color contains mainly: blue. Hex color #29373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29373D is #D6C8C2. Grayscale: #333333. Windows color (decimal): -14076099 or 4011817. OLE color: 4011817.

HSL color Cylindrical-coordinate representation of color #29373D: hue angle of 198º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #29373D is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 55 61 -
CMYK 0.33 0.10 0 0.76
HSL 198º 0.2% 0.2% -
HSV(B) 198º 0.33% 0.24% -
XYZ 3.12 3.54 4.93 -
YUV 51.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 41 55 61 0.33 0.10 0 0.76 198 0.2 0.2
Hex 29 37 3D 21 A 0 4C C6 14 14
Octal 51 67 75 41 12 0 114 306 24 24
Binary 101001 110111 111101 100001 1010 0 1001100 11000110 10100 10100

Color Harmonies of #29373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29373D

Black with #29373D

Text Example


Text Example

White with #29373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29373D; }

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

 H1.HeaderClassName
 {
   color: #29373D;
 }
 .AnyTagClassName
 {
   color: #29373D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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