#224359

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

Shades of Astronaut Blue #224359

Tints of Astronaut Blue #224359

Color information

#224359 (or 0x224359) is unknown color: approx Astronaut Blue. HEX triplet: 22, 43 and 59. RGB value is (34,67,89). Sum of RGB (Red+Green+Blue) = 34+67+89=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #224359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224359 is #DDBCA6. Grayscale: #3B3B3B. Windows color (decimal): -14531751 or 5849890. OLE color: 5849890.

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

Color convert

RGB346789-
CMYK0.620.2500.65
HSL204º44.72%24.12%-
HSV(B)204º61.8%34.9%-
XYZ4.475.0810.2-
YUV59.64144.57109.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.89%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=17.89%
G=35.26%
B=46.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3467890.620.2500.6520444.7224.12
Hex2243593E19041cc2d18
Octal42103131763101013145530
Binary1000101000011101100111111011001010000011100110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224359; }

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

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

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

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

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

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

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

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