Html Css Color HEX #29363A Oxford Blue

📋 copy color: '#29363A'

red 41 ◦ green 54 ◦ blue 58

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

Shades of Oxford Blue #29363A

Tints of Oxford Blue #29363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.29%

 BLUE value IS 58 (23.05% from 255) = 37.91%

R = 26.8%
G = 35.29%
B = 37.91%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#29363A (or 0x29363A) is known color: Oxford Blue. HEX triplet: 29, 36 and 3A. RGB value is (41,54,58). Sum of RGB (Red+Green+Blue) = 41+54+58=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 58 - color contains mainly: blue. Hex color #29363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29363A is #D6C9C5. Grayscale: #323232. Windows color (decimal): -14076358 or 3814953. OLE color: 3814953.

HSL color Cylindrical-coordinate representation of color #29363A: hue angle of 194.12º 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 #29363A is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 41 54 58 -
CMYK 0.29 0.07 0 0.77
HSL 194.12º 0.17% 0.19% -
HSV(B) 194.12º 0.29% 0.23% -
XYZ 3 3.42 4.5 -
YUV 50.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 41 54 58 0.29 0.07 0 0.77 194.12 0.17 0.19
Hex 29 36 3A 1D 7 0 4D C2 11 13
Octal 51 66 72 35 7 0 115 302 21 23
Binary 101001 110110 111010 11101 111 0 1001101 11000010 10001 10011

Color Harmonies of #29363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29363A

Black with #29363A

Text Example


Text Example

White with #29363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29363A;
 }
 .AnyTagClassName
 {
   color: #29363A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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