Html Css Color HEX #293E50 Nile Blue

📋 copy color: '#293E50'

red 41 ◦ green 62 ◦ blue 80

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

Shades of Nile Blue #293E50

Tints of Nile Blue #293E50

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.88%

 BLUE value IS 80 (31.64% from 255) = 43.72%

R = 22.4%
G = 33.88%
B = 43.72%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#293E50 (or 0x293E50) is known color: Nile Blue. HEX triplet: 29, 3E and 50. RGB value is (41,62,80). Sum of RGB (Red+Green+Blue) = 41+62+80=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #293E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293E50 is #D6C1AF. Grayscale: #393939. Windows color (decimal): -14074288 or 5258793. OLE color: 5258793.

HSL color Cylindrical-coordinate representation of color #293E50: hue angle of 207.69º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #293E50 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 62 80 -
CMYK 0.49 0.22 0 0.69
HSL 207.69º 0.32% 0.24% -
HSV(B) 207.69º 0.49% 0.31% -
XYZ 4.09 4.5 8.24 -
YUV 57.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 41 62 80 0.49 0.22 0 0.69 207.69 0.32 0.24
Hex 29 3E 50 31 16 0 45 D0 20 18
Octal 51 76 120 61 26 0 105 320 40 30
Binary 101001 111110 1010000 110001 10110 0 1000101 11010000 100000 11000

Color Harmonies of #293E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E50

Black with #293E50

Text Example


Text Example

White with #293E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,62,80); }

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

background-color css

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

 a { background-color: rgb(41,62,80); }

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

border-color css

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

 span { border-color: rgb(41,62,80); }

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