Html Css Color HEX #224559 Astronaut Blue

📋 copy color: '#224559'

red 34 ◦ green 69 ◦ blue 89

#224559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #224559

Tints of Astronaut Blue #224559

RGB

 RED value IS 34 (13.67% from 255) = 17.71%

 GREEN value IS 69 (27.34% from 255) = 35.94%

 BLUE value IS 89 (35.16% from 255) = 46.35%

R = 17.71%
G = 35.94%
B = 46.35%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#224559 (or 0x224559) is known color: Astronaut Blue. HEX triplet: 22, 45 and 59. RGB value is (34,69,89). Sum of RGB (Red+Green+Blue) = 34+69+89=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #224559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224559 is #DDBAA6. Grayscale: #3C3C3C. Windows color (decimal): -14531239 or 5850402. OLE color: 5850402.

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

Color convert

RGB 34 69 89 -
CMYK 0.62 0.22 0 0.65
HSL 201.82º 0.45% 0.24% -
HSV(B) 201.82º 0.62% 0.35% -
XYZ 4.59 5.32 10.24 -
YUV 60.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 34 69 89 0.62 0.22 0 0.65 201.82 0.45 0.24
Hex 22 45 59 3E 16 0 41 CA 2D 18
Octal 42 105 131 76 26 0 101 312 55 30
Binary 100010 1000101 1011001 111110 10110 0 1000001 11001010 101101 11000

Color Harmonies of #224559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224559

Black with #224559

Text Example


Text Example

White with #224559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224559; }

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

 H1.HeaderClassName
 {
   color: #224559;
 }
 .AnyTagClassName
 {
   color: #224559;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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