Html Css Color HEX #294452 Nile Blue

📋 copy color: '#294452'

red 41 ◦ green 68 ◦ blue 82

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

Shades of Nile Blue #294452

Tints of Nile Blue #294452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.6%

 BLUE value IS 82 (32.42% from 255) = 42.93%

R = 21.47%
G = 35.6%
B = 42.93%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#294452 (or 0x294452) is known color: Nile Blue. HEX triplet: 29, 44 and 52. RGB value is (41,68,82). Sum of RGB (Red+Green+Blue) = 41+68+82=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #294452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294452 is #D6BBAD. Grayscale: #3D3D3D. Windows color (decimal): -14072750 or 5391401. OLE color: 5391401.

HSL color Cylindrical-coordinate representation of color #294452: hue angle of 200.49º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #294452 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 68 82 -
CMYK 0.50 0.17 0 0.68
HSL 200.49º 0.33% 0.24% -
HSV(B) 200.49º 0.5% 0.32% -
XYZ 4.5 5.21 8.75 -
YUV 61.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 41 68 82 0.50 0.17 0 0.68 200.49 0.33 0.24
Hex 29 44 52 32 11 0 44 C8 21 18
Octal 51 104 122 62 21 0 104 310 41 30
Binary 101001 1000100 1010010 110010 10001 0 1000100 11001000 100001 11000

Color Harmonies of #294452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294452

Black with #294452

Text Example


Text Example

White with #294452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294452; }

 p { color: rgb(41,68,82); }

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

background-color css

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

 a { background-color: rgb(41,68,82); }

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

border-color css

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

 span { border-color: rgb(41,68,82); }

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