Html Css Color HEX #294455 Astronaut Blue

📋 copy color: '#294455'

red 41 ◦ green 68 ◦ blue 85

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

Shades of Astronaut Blue #294455

Tints of Astronaut Blue #294455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.81%

R = 21.13%
G = 35.05%
B = 43.81%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#294455 (or 0x294455) is known color: Astronaut Blue. HEX triplet: 29, 44 and 55. RGB value is (41,68,85). Sum of RGB (Red+Green+Blue) = 41+68+85=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #294455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294455 is #D6BBAA. Grayscale: #3D3D3D. Windows color (decimal): -14072747 or 5588009. OLE color: 5588009.

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

Color convert

RGB 41 68 85 -
CMYK 0.52 0.20 0 0.67
HSL 203.18º 0.35% 0.25% -
HSV(B) 203.18º 0.52% 0.33% -
XYZ 4.62 5.26 9.37 -
YUV 61.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 41 68 85 0.52 0.20 0 0.67 203.18 0.35 0.25
Hex 29 44 55 34 14 0 43 CB 23 19
Octal 51 104 125 64 24 0 103 313 43 31
Binary 101001 1000100 1010101 110100 10100 0 1000011 11001011 100011 11001

Color Harmonies of #294455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294455

Black with #294455

Text Example


Text Example

White with #294455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294455; }

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

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

background-color css

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

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

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

border-color css

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

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

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