Html Css Color HEX #294350 Nile Blue

📋 copy color: '#294350'

red 41 ◦ green 67 ◦ blue 80

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

Shades of Nile Blue #294350

Tints of Nile Blue #294350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.64%

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

R = 21.81%
G = 35.64%
B = 42.55%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#294350 (or 0x294350) is known color: Nile Blue. HEX triplet: 29, 43 and 50. RGB value is (41,67,80). Sum of RGB (Red+Green+Blue) = 41+67+80=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #294350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294350 is #D6BCAF. Grayscale: #3C3C3C. Windows color (decimal): -14073008 or 5260073. OLE color: 5260073.

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

Color convert

RGB 41 67 80 -
CMYK 0.49 0.16 0 0.69
HSL 200º 0.32% 0.24% -
HSV(B) 200º 0.49% 0.31% -
XYZ 4.37 5.06 8.34 -
YUV 60.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 41 67 80 0.49 0.16 0 0.69 200 0.32 0.24
Hex 29 43 50 31 10 0 45 C8 20 18
Octal 51 103 120 61 20 0 105 310 40 30
Binary 101001 1000011 1010000 110001 10000 0 1000101 11001000 100000 11000

Color Harmonies of #294350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294350

Black with #294350

Text Example


Text Example

White with #294350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294350; }

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

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

background-color css

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

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

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

border-color css

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

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

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