Html Css Color HEX #224561 Astronaut Blue

📋 copy color: '#224561'

red 34 ◦ green 69 ◦ blue 97

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

Shades of Astronaut Blue #224561

Tints of Astronaut Blue #224561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.5%

R = 17%
G = 34.5%
B = 48.5%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#224561 (or 0x224561) is known color: Astronaut Blue. HEX triplet: 22, 45 and 61. RGB value is (34,69,97). Sum of RGB (Red+Green+Blue) = 34+69+97=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #224561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224561 is #DDBA9E. Grayscale: #3D3D3D. Windows color (decimal): -14531231 or 6374690. OLE color: 6374690.

HSL color Cylindrical-coordinate representation of color #224561: hue angle of 206.67º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #224561 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 69 97 -
CMYK 0.65 0.29 0 0.62
HSL 206.67º 0.48% 0.26% -
HSV(B) 206.67º 0.65% 0.38% -
XYZ 4.95 5.46 12.1 -
YUV 61.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 34 69 97 0.65 0.29 0 0.62 206.67 0.48 0.26
Hex 22 45 61 41 1D 0 3E CF 30 1A
Octal 42 105 141 101 35 0 76 317 60 32
Binary 100010 1000101 1100001 1000001 11101 0 111110 11001111 110000 11010

Color Harmonies of #224561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224561

Black with #224561

Text Example


Text Example

White with #224561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224561; }

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

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

background-color css

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

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

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

border-color css

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

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

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