#224458

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

Shades of Astronaut Blue #224458

Tints of Astronaut Blue #224458

Color information

#224458 (or 0x224458) is unknown color: approx Astronaut Blue. HEX triplet: 22, 44 and 58. RGB value is (34,68,88). Sum of RGB (Red+Green+Blue) = 34+68+88=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #224458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224458 is #DDBBA7. Grayscale: #3B3B3B. Windows color (decimal): -14531496 or 5784610. OLE color: 5784610.

HSL color Cylindrical-coordinate representation of color #224458: hue angle of 202.22º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #224458 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB346888-
CMYK0.610.2300.65
HSL202.22º44.26%23.92%-
HSV(B)202.22º61.36%34.51%-
XYZ4.495.1810-
YUV60.11143.74109.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.89%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 88 (34.77% from 255) = 46.32%
R=17.89%
G=35.79%
B=46.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3468880.610.2300.65202.2244.2623.92
Hex2244583D17041ca2c18
Octal42104130752701013125430
Binary1000101000100101100011110110111010000011100101010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224458; }

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

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

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

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

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

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

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

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