#224358

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

Shades of Astronaut Blue #224358

Tints of Astronaut Blue #224358

Color information

#224358 (or 0x224358) is unknown color: approx Astronaut Blue. HEX triplet: 22, 43 and 58. RGB value is (34,67,88). Sum of RGB (Red+Green+Blue) = 34+67+88=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #224358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224358 is #DDBCA7. Grayscale: #3B3B3B. Windows color (decimal): -14531752 or 5784354. OLE color: 5784354.

HSL color Cylindrical-coordinate representation of color #224358: hue angle of 203.33º 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 #224358 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB346788-
CMYK0.610.2400.65
HSL203.33º44.26%23.92%-
HSV(B)203.33º61.36%34.51%-
XYZ4.435.069.98-
YUV59.53144.07109.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.99%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=17.99%
G=35.45%
B=46.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3467880.610.2400.65203.3344.2623.92
Hex2243583D18041cb2c18
Octal42103130753001013135430
Binary1000101000011101100011110111000010000011100101110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224358; }

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

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

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

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

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

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

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

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