Html Css Color HEX #294253 Nile Blue

📋 copy color: '#294253'

red 41 ◦ green 66 ◦ blue 83

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

Shades of Nile Blue #294253

Tints of Nile Blue #294253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.74%

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

R = 21.58%
G = 34.74%
B = 43.68%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#294253 (or 0x294253) is known color: Nile Blue. HEX triplet: 29, 42 and 53. RGB value is (41,66,83). Sum of RGB (Red+Green+Blue) = 41+66+83=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #294253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294253 is #D6BDAC. Grayscale: #3C3C3C. Windows color (decimal): -14073261 or 5456425. OLE color: 5456425.

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

Color convert

RGB 41 66 83 -
CMYK 0.51 0.20 0 0.67
HSL 204.29º 0.34% 0.24% -
HSV(B) 204.29º 0.51% 0.33% -
XYZ 4.42 4.99 8.91 -
YUV 60.46 140.72 114.12 -
System Red Green Blue C M Y K H S L
Decimal 41 66 83 0.51 0.20 0 0.67 204.29 0.34 0.24
Hex 29 42 53 33 14 0 43 CC 22 18
Octal 51 102 123 63 24 0 103 314 42 30
Binary 101001 1000010 1010011 110011 10100 0 1000011 11001100 100010 11000

Color Harmonies of #294253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294253

Black with #294253

Text Example


Text Example

White with #294253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294253; }

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

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

background-color css

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

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

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

border-color css

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

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

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