Html Css Color HEX #293F50 Nile Blue

📋 copy color: '#293F50'

red 41 ◦ green 63 ◦ blue 80

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

Shades of Nile Blue #293F50

Tints of Nile Blue #293F50

RGB

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

 GREEN value IS 63 (25% from 255) = 34.24%

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

R = 22.28%
G = 34.24%
B = 43.48%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#293F50 (or 0x293F50) is known color: Nile Blue. HEX triplet: 29, 3F and 50. RGB value is (41,63,80). Sum of RGB (Red+Green+Blue) = 41+63+80=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #293F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F50 is #D6C0AF. Grayscale: #3A3A3A. Windows color (decimal): -14074032 or 5259049. OLE color: 5259049.

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

Color convert

RGB 41 63 80 -
CMYK 0.49 0.21 0 0.69
HSL 206.15º 0.32% 0.24% -
HSV(B) 206.15º 0.49% 0.31% -
XYZ 4.14 4.61 8.26 -
YUV 58.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 41 63 80 0.49 0.21 0 0.69 206.15 0.32 0.24
Hex 29 3F 50 31 15 0 45 CE 20 18
Octal 51 77 120 61 25 0 105 316 40 30
Binary 101001 111111 1010000 110001 10101 0 1000101 11001110 100000 11000

Color Harmonies of #293F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F50

Black with #293F50

Text Example


Text Example

White with #293F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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