#224454

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

Shades of Astronaut Blue #224454

Tints of Astronaut Blue #224454

Color information

#224454 (or 0x224454) is unknown color: approx Astronaut Blue. HEX triplet: 22, 44 and 54. RGB value is (34,68,84). Sum of RGB (Red+Green+Blue) = 34+68+84=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #224454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224454 is #DDBBAB. Grayscale: #3B3B3B. Windows color (decimal): -14531500 or 5522466. OLE color: 5522466.

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

Color convert

RGB346884-
CMYK0.600.1900.67
HSL199.2º42.37%23.14%-
HSV(B)199.2º59.52%32.94%-
XYZ4.335.119.15-
YUV59.66141.74109.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.28%
GREEN value IS 68 (26.95% from 255) = 36.56%
BLUE value IS 84 (33.20% from 255) = 45.16%
R=18.28%
G=36.56%
B=45.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3468840.600.1900.67199.242.3723.14
Hex2244543C13043c72a17
Octal42104124742301033075227
Binary1000101000100101010011110010011010000111100011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224454; }

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

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

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

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

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

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

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

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