Html Css Color HEX #294353 Nile Blue

📋 copy color: '#294353'

red 41 ◦ green 67 ◦ blue 83

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

Shades of Nile Blue #294353

Tints of Nile Blue #294353

RGB

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

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

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

R = 21.47%
G = 35.08%
B = 43.46%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#294353 (or 0x294353) is known color: Nile Blue. HEX triplet: 29, 43 and 53. RGB value is (41,67,83). Sum of RGB (Red+Green+Blue) = 41+67+83=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #294353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294353 is #D6BCAC. Grayscale: #3C3C3C. Windows color (decimal): -14073005 or 5456681. OLE color: 5456681.

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

Color convert

RGB 41 67 83 -
CMYK 0.51 0.19 0 0.67
HSL 202.86º 0.34% 0.24% -
HSV(B) 202.86º 0.51% 0.33% -
XYZ 4.48 5.11 8.93 -
YUV 61.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 41 67 83 0.51 0.19 0 0.67 202.86 0.34 0.24
Hex 29 43 53 33 13 0 43 CB 22 18
Octal 51 103 123 63 23 0 103 313 42 30
Binary 101001 1000011 1010011 110011 10011 0 1000011 11001011 100010 11000

Color Harmonies of #294353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294353

Black with #294353

Text Example


Text Example

White with #294353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294353; }

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

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

background-color css

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

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

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

border-color css

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

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

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