Html Css Color HEX #294456 Astronaut Blue

📋 copy color: '#294456'

red 41 ◦ green 68 ◦ blue 86

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

Shades of Astronaut Blue #294456

Tints of Astronaut Blue #294456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 44.1%

R = 21.03%
G = 34.87%
B = 44.1%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#294456 (or 0x294456) is known color: Astronaut Blue. HEX triplet: 29, 44 and 56. RGB value is (41,68,86). Sum of RGB (Red+Green+Blue) = 41+68+86=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #294456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294456 is #D6BBA9. Grayscale: #3D3D3D. Windows color (decimal): -14072746 or 5653545. OLE color: 5653545.

HSL color Cylindrical-coordinate representation of color #294456: hue angle of 204º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #294456 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 68 86 -
CMYK 0.52 0.21 0 0.66
HSL 204º 0.35% 0.25% -
HSV(B) 204º 0.52% 0.34% -
XYZ 4.66 5.28 9.58 -
YUV 61.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 41 68 86 0.52 0.21 0 0.66 204 0.35 0.25
Hex 29 44 56 34 15 0 42 CC 23 19
Octal 51 104 126 64 25 0 102 314 43 31
Binary 101001 1000100 1010110 110100 10101 0 1000010 11001100 100011 11001

Color Harmonies of #294456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294456

Black with #294456

Text Example


Text Example

White with #294456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294456; }

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

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

background-color css

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

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

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

border-color css

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

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

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