Html Css Color HEX #293D50 Nile Blue

📋 copy color: '#293D50'

red 41 ◦ green 61 ◦ blue 80

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

Shades of Nile Blue #293D50

Tints of Nile Blue #293D50

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.52%

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

R = 22.53%
G = 33.52%
B = 43.96%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#293D50 (or 0x293D50) is known color: Nile Blue. HEX triplet: 29, 3D and 50. RGB value is (41,61,80). Sum of RGB (Red+Green+Blue) = 41+61+80=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #293D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D50 is #D6C2AF. Grayscale: #393939. Windows color (decimal): -14074544 or 5258537. OLE color: 5258537.

HSL color Cylindrical-coordinate representation of color #293D50: hue angle of 209.23º 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 #293D50 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 61 80 -
CMYK 0.49 0.24 0 0.69
HSL 209.23º 0.32% 0.24% -
HSV(B) 209.23º 0.49% 0.31% -
XYZ 4.03 4.39 8.22 -
YUV 57.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 41 61 80 0.49 0.24 0 0.69 209.23 0.32 0.24
Hex 29 3D 50 31 18 0 45 D1 20 18
Octal 51 75 120 61 30 0 105 321 40 30
Binary 101001 111101 1010000 110001 11000 0 1000101 11010001 100000 11000

Color Harmonies of #293D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D50

Black with #293D50

Text Example


Text Example

White with #293D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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