#224455

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

Shades of Astronaut Blue #224455

Tints of Astronaut Blue #224455

Color information

#224455 (or 0x224455) is unknown color: approx Astronaut Blue. HEX triplet: 22, 44 and 55. RGB value is (34,68,85). Sum of RGB (Red+Green+Blue) = 34+68+85=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #224455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224455 is #DDBBAA. Grayscale: #3B3B3B. Windows color (decimal): -14531499 or 5588002. OLE color: 5588002.

HSL color Cylindrical-coordinate representation of color #224455: hue angle of 200º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224455 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB346885-
CMYK0.600.2000.67
HSL200º42.86%23.33%-
HSV(B)200º60%33.33%-
XYZ4.375.139.35-
YUV59.77142.24109.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.18%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 85 (33.59% from 255) = 45.45%
R=18.18%
G=36.36%
B=45.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3468850.600.2000.6720042.8623.33
Hex2244553C14043c82b17
Octal42104125742401033105327
Binary1000101000100101010111110010100010000111100100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224455; }

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

 H1.HeaderClassName
 {
   color: #224455;
 }
 .AnyTagClassName
 {
   color: #224455;
 }
</style>
background-color css

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

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

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

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

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

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