Html Css Color HEX #294053 Nile Blue

📋 copy color: '#294053'

red 41 ◦ green 64 ◦ blue 83

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

Shades of Nile Blue #294053

Tints of Nile Blue #294053

RGB

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

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

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

R = 21.81%
G = 34.04%
B = 44.15%

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

#294053 (or 0x294053) is known color: Nile Blue. HEX triplet: 29, 40 and 53. RGB value is (41,64,83). Sum of RGB (Red+Green+Blue) = 41+64+83=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #294053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294053 is #D6BFAC. Grayscale: #3B3B3B. Windows color (decimal): -14073773 or 5455913. OLE color: 5455913.

HSL color Cylindrical-coordinate representation of color #294053: hue angle of 207.14º 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 #294053 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 64 83 -
CMYK 0.51 0.23 0 0.67
HSL 207.14º 0.34% 0.24% -
HSV(B) 207.14º 0.51% 0.33% -
XYZ 4.31 4.76 8.88 -
YUV 59.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 41 64 83 0.51 0.23 0 0.67 207.14 0.34 0.24
Hex 29 40 53 33 17 0 43 CF 22 18
Octal 51 100 123 63 27 0 103 317 42 30
Binary 101001 1000000 1010011 110011 10111 0 1000011 11001111 100010 11000

Color Harmonies of #294053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294053

Black with #294053

Text Example


Text Example

White with #294053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294053; }

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

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

background-color css

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

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

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

border-color css

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

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

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