Html Css Color HEX #294153 Nile Blue

📋 copy color: '#294153'

red 41 ◦ green 65 ◦ blue 83

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

Shades of Nile Blue #294153

Tints of Nile Blue #294153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.92%

R = 21.69%
G = 34.39%
B = 43.92%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#294153 (or 0x294153) is known color: Nile Blue. HEX triplet: 29, 41 and 53. RGB value is (41,65,83). Sum of RGB (Red+Green+Blue) = 41+65+83=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #294153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294153 is #D6BEAC. Grayscale: #3B3B3B. Windows color (decimal): -14073517 or 5456169. OLE color: 5456169.

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

Color convert

RGB 41 65 83 -
CMYK 0.51 0.22 0 0.67
HSL 205.71º 0.34% 0.24% -
HSV(B) 205.71º 0.51% 0.33% -
XYZ 4.37 4.88 8.89 -
YUV 59.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 41 65 83 0.51 0.22 0 0.67 205.71 0.34 0.24
Hex 29 41 53 33 16 0 43 CE 22 18
Octal 51 101 123 63 26 0 103 316 42 30
Binary 101001 1000001 1010011 110011 10110 0 1000011 11001110 100010 11000

Color Harmonies of #294153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294153

Black with #294153

Text Example


Text Example

White with #294153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294153; }

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

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

background-color css

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

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

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

border-color css

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

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

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