Html Css Color HEX #294151 Nile Blue

📋 copy color: '#294151'

red 41 ◦ green 65 ◦ blue 81

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

Shades of Nile Blue #294151

Tints of Nile Blue #294151

RGB

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

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

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

R = 21.93%
G = 34.76%
B = 43.32%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#294151 (or 0x294151) is known color: Nile Blue. HEX triplet: 29, 41 and 51. RGB value is (41,65,81). Sum of RGB (Red+Green+Blue) = 41+65+81=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #294151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294151 is #D6BEAE. Grayscale: #3B3B3B. Windows color (decimal): -14073519 or 5325097. OLE color: 5325097.

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

Color convert

RGB 41 65 81 -
CMYK 0.49 0.20 0 0.68
HSL 204º 0.33% 0.24% -
HSV(B) 204º 0.49% 0.32% -
XYZ 4.29 4.85 8.49 -
YUV 59.65 140.05 114.7 -
System Red Green Blue C M Y K H S L
Decimal 41 65 81 0.49 0.20 0 0.68 204 0.33 0.24
Hex 29 41 51 31 14 0 44 CC 21 18
Octal 51 101 121 61 24 0 104 314 41 30
Binary 101001 1000001 1010001 110001 10100 0 1000100 11001100 100001 11000

Color Harmonies of #294151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294151

Black with #294151

Text Example


Text Example

White with #294151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294151; }

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

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

background-color css

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

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

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

border-color css

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

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

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