Html Css Color HEX #294051 Nile Blue

📋 copy color: '#294051'

red 41 ◦ green 64 ◦ blue 81

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

Shades of Nile Blue #294051

Tints of Nile Blue #294051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.41%

 BLUE value IS 81 (32.03% from 255) = 43.55%

R = 22.04%
G = 34.41%
B = 43.55%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#294051 (or 0x294051) is known color: Nile Blue. HEX triplet: 29, 40 and 51. RGB value is (41,64,81). Sum of RGB (Red+Green+Blue) = 41+64+81=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 81 - color contains mainly: blue. Hex color #294051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294051 is #D6BFAE. Grayscale: #3A3A3A. Windows color (decimal): -14073775 or 5324841. OLE color: 5324841.

HSL color Cylindrical-coordinate representation of color #294051: hue angle of 205.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #294051 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 64 81 -
CMYK 0.49 0.21 0 0.68
HSL 205.5º 0.33% 0.24% -
HSV(B) 205.5º 0.49% 0.32% -
XYZ 4.23 4.73 8.47 -
YUV 59.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 41 64 81 0.49 0.21 0 0.68 205.5 0.33 0.24
Hex 29 40 51 31 15 0 44 CE 21 18
Octal 51 100 121 61 25 0 104 316 41 30
Binary 101001 1000000 1010001 110001 10101 0 1000100 11001110 100001 11000

Color Harmonies of #294051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294051

Black with #294051

Text Example


Text Example

White with #294051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294051; }

 p { color: rgb(41,64,81); }

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

background-color css

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

 a { background-color: rgb(41,64,81); }

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

border-color css

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

 span { border-color: rgb(41,64,81); }

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