Html Css Color HEX #294250 Nile Blue

📋 copy color: '#294250'

red 41 ◦ green 66 ◦ blue 80

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

Shades of Nile Blue #294250

Tints of Nile Blue #294250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

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

R = 21.93%
G = 35.29%
B = 42.78%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#294250 (or 0x294250) is known color: Nile Blue. HEX triplet: 29, 42 and 50. RGB value is (41,66,80). Sum of RGB (Red+Green+Blue) = 41+66+80=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #294250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294250 is #D6BDAF. Grayscale: #3C3C3C. Windows color (decimal): -14073264 or 5259817. OLE color: 5259817.

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

Color convert

RGB 41 66 80 -
CMYK 0.49 0.17 0 0.69
HSL 201.54º 0.32% 0.24% -
HSV(B) 201.54º 0.49% 0.31% -
XYZ 4.31 4.95 8.32 -
YUV 60.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 41 66 80 0.49 0.17 0 0.69 201.54 0.32 0.24
Hex 29 42 50 31 11 0 45 CA 20 18
Octal 51 102 120 61 21 0 105 312 40 30
Binary 101001 1000010 1010000 110001 10001 0 1000101 11001010 100000 11000

Color Harmonies of #294250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294250

Black with #294250

Text Example


Text Example

White with #294250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294250; }

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

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

background-color css

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

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

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

border-color css

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

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

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