#224355

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

Shades of Astronaut Blue #224355

Tints of Astronaut Blue #224355

Color information

#224355 (or 0x224355) is unknown color: approx Astronaut Blue. HEX triplet: 22, 43 and 55. RGB value is (34,67,85). Sum of RGB (Red+Green+Blue) = 34+67+85=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #224355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224355 is #DDBCAA. Grayscale: #3B3B3B. Windows color (decimal): -14531755 or 5587746. OLE color: 5587746.

HSL color Cylindrical-coordinate representation of color #224355: hue angle of 201.18º 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 #224355 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB346785-
CMYK0.600.2100.67
HSL201.18º42.86%23.33%-
HSV(B)201.18º60%33.33%-
XYZ4.315.019.33-
YUV59.18142.57110.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.28%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 85 (33.59% from 255) = 45.70%
R=18.28%
G=36.02%
B=45.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3467850.600.2100.67201.1842.8623.33
Hex2243553C15043c92b17
Octal42103125742501033115327
Binary1000101000011101010111110010101010000111100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224355; }

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

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

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

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

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

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

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

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