#294456

Color #294456 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #294456

Tints of Astronaut Blue #294456

Color information

#294456 (or 0x294456) is unknown color: approx 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

RGB416886-
CMYK0.520.2100.66
HSL204º35.43%24.9%-
HSV(B)204º52.33%33.73%-
XYZ4.665.289.58-
YUV61.98141.55113.04-

RGB Variations

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

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.10%
R=21.03%
G=34.87%
B=44.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4168860.520.2100.6620435.4324.9
Hex2944563415042cc2319
Octal51104126642501023144331
Binary1010011000100101011011010010101010000101100110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>