Html Css Color HEX #293B41 Oxford Blue

📋 copy color: '#293B41'

red 41 ◦ green 59 ◦ blue 65

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

Shades of Oxford Blue #293B41

Tints of Oxford Blue #293B41

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.76%

 BLUE value IS 65 (25.78% from 255) = 39.39%

R = 24.85%
G = 35.76%
B = 39.39%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#293B41 (or 0x293B41) is known color: Oxford Blue. HEX triplet: 29, 3B and 41. RGB value is (41,59,65). Sum of RGB (Red+Green+Blue) = 41+59+65=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #293B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293B41 is #D6C4BE. Grayscale: #363636. Windows color (decimal): -14075071 or 4274985. OLE color: 4274985.

HSL color Cylindrical-coordinate representation of color #293B41: hue angle of 195º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #293B41 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 59 65 -
CMYK 0.37 0.09 0 0.75
HSL 195º 0.23% 0.21% -
HSV(B) 195º 0.37% 0.25% -
XYZ 3.43 3.98 5.59 -
YUV 54.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 41 59 65 0.37 0.09 0 0.75 195 0.23 0.21
Hex 29 3B 41 25 9 0 4B C3 17 15
Octal 51 73 101 45 11 0 113 303 27 25
Binary 101001 111011 1000001 100101 1001 0 1001011 11000011 10111 10101

Color Harmonies of #293B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293B41

Black with #293B41

Text Example


Text Example

White with #293B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293B41; }

 p { color: rgb(41,59,65); }

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

background-color css

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

 a { background-color: rgb(41,59,65); }

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

border-color css

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

 span { border-color: rgb(41,59,65); }

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