Html Css Color HEX #294351 Nile Blue

📋 copy color: '#294351'

red 41 ◦ green 67 ◦ blue 81

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

Shades of Nile Blue #294351

Tints of Nile Blue #294351

RGB

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

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

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

R = 21.69%
G = 35.45%
B = 42.86%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#294351 (or 0x294351) is known color: Nile Blue. HEX triplet: 29, 43 and 51. RGB value is (41,67,81). Sum of RGB (Red+Green+Blue) = 41+67+81=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 81 - color contains mainly: blue. Hex color #294351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294351 is #D6BCAE. Grayscale: #3C3C3C. Windows color (decimal): -14073007 or 5325609. OLE color: 5325609.

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

Color convert

RGB 41 67 81 -
CMYK 0.49 0.17 0 0.68
HSL 201º 0.33% 0.24% -
HSV(B) 201º 0.49% 0.32% -
XYZ 4.41 5.08 8.53 -
YUV 60.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 41 67 81 0.49 0.17 0 0.68 201 0.33 0.24
Hex 29 43 51 31 11 0 44 C9 21 18
Octal 51 103 121 61 21 0 104 311 41 30
Binary 101001 1000011 1010001 110001 10001 0 1000100 11001001 100001 11000

Color Harmonies of #294351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294351

Black with #294351

Text Example


Text Example

White with #294351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294351; }

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

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

background-color css

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

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

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

border-color css

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

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

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