Html Css Color HEX #293437 Oxford Blue

📋 copy color: '#293437'

red 41 ◦ green 52 ◦ blue 55

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

Shades of Oxford Blue #293437

Tints of Oxford Blue #293437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.14%

 BLUE value IS 55 (21.88% from 255) = 37.16%

R = 27.7%
G = 35.14%
B = 37.16%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#293437 (or 0x293437) is known color: Oxford Blue. HEX triplet: 29, 34 and 37. RGB value is (41,52,55). Sum of RGB (Red+Green+Blue) = 41+52+55=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 55 - color contains mainly: blue. Hex color #293437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293437 is #D6CBC8. Grayscale: #313131. Windows color (decimal): -14076873 or 3617833. OLE color: 3617833.

HSL color Cylindrical-coordinate representation of color #293437: hue angle of 192.86º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #293437 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 52 55 -
CMYK 0.25 0.05 0 0.78
HSL 192.86º 0.15% 0.19% -
HSV(B) 192.86º 0.25% 0.22% -
XYZ 2.83 3.2 4.08 -
YUV 49.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 41 52 55 0.25 0.05 0 0.78 192.86 0.15 0.19
Hex 29 34 37 19 5 0 4E C1 F 13
Octal 51 64 67 31 5 0 116 301 17 23
Binary 101001 110100 110111 11001 101 0 1001110 11000001 1111 10011

Color Harmonies of #293437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293437

Black with #293437

Text Example


Text Example

White with #293437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293437; }

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

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

background-color css

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

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

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

border-color css

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

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

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