Html Css Color HEX #293235 Oxford Blue

📋 copy color: '#293235'

red 41 ◦ green 50 ◦ blue 53

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

Shades of Oxford Blue #293235

Tints of Oxford Blue #293235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.72%

 BLUE value IS 53 (21.09% from 255) = 36.81%

R = 28.47%
G = 34.72%
B = 36.81%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#293235 (or 0x293235) is known color: Oxford Blue. HEX triplet: 29, 32 and 35. RGB value is (41,50,53). Sum of RGB (Red+Green+Blue) = 41+50+53=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 53 - color contains mainly: blue. Hex color #293235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293235 is #D6CDCA. Grayscale: #2F2F2F. Windows color (decimal): -14077387 or 3486249. OLE color: 3486249.

HSL color Cylindrical-coordinate representation of color #293235: hue angle of 195º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #293235 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 50 53 -
CMYK 0.23 0.06 0 0.79
HSL 195º 0.13% 0.18% -
HSV(B) 195º 0.23% 0.21% -
XYZ 2.7 3.01 3.81 -
YUV 47.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 41 50 53 0.23 0.06 0 0.79 195 0.13 0.18
Hex 29 32 35 17 6 0 4F C3 D 12
Octal 51 62 65 27 6 0 117 303 15 22
Binary 101001 110010 110101 10111 110 0 1001111 11000011 1101 10010

Color Harmonies of #293235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293235

Black with #293235

Text Example


Text Example

White with #293235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293235; }

 p { color: rgb(41,50,53); }

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

background-color css

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

 a { background-color: rgb(41,50,53); }

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

border-color css

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

 span { border-color: rgb(41,50,53); }

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