Html Css Color HEX #294154 Nile Blue

📋 copy color: '#294154'

red 41 ◦ green 65 ◦ blue 84

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

Shades of Nile Blue #294154

Tints of Nile Blue #294154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.21%

 BLUE value IS 84 (33.2% from 255) = 44.21%

R = 21.58%
G = 34.21%
B = 44.21%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#294154 (or 0x294154) is known color: Nile Blue. HEX triplet: 29, 41 and 54. RGB value is (41,65,84). Sum of RGB (Red+Green+Blue) = 41+65+84=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #294154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294154 is #D6BEAB. Grayscale: #3B3B3B. Windows color (decimal): -14073516 or 5521705. OLE color: 5521705.

HSL color Cylindrical-coordinate representation of color #294154: hue angle of 206.51º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #294154 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 65 84 -
CMYK 0.51 0.23 0 0.67
HSL 206.51º 0.34% 0.25% -
HSV(B) 206.51º 0.51% 0.33% -
XYZ 4.4 4.89 9.1 -
YUV 59.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 41 65 84 0.51 0.23 0 0.67 206.51 0.34 0.25
Hex 29 41 54 33 17 0 43 CF 22 19
Octal 51 101 124 63 27 0 103 317 42 31
Binary 101001 1000001 1010100 110011 10111 0 1000011 11001111 100010 11001

Color Harmonies of #294154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294154

Black with #294154

Text Example


Text Example

White with #294154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294154; }

 p { color: rgb(41,65,84); }

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

background-color css

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

 a { background-color: rgb(41,65,84); }

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

border-color css

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

 span { border-color: rgb(41,65,84); }

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