Html Css Color HEX #224659 Astronaut Blue

📋 copy color: '#224659'

red 34 ◦ green 70 ◦ blue 89

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

Shades of Astronaut Blue #224659

Tints of Astronaut Blue #224659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

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

R = 17.62%
G = 36.27%
B = 46.11%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#224659 (or 0x224659) is known color: Astronaut Blue. HEX triplet: 22, 46 and 59. RGB value is (34,70,89). Sum of RGB (Red+Green+Blue) = 34+70+89=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #224659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224659 is #DDB9A6. Grayscale: #3D3D3D. Windows color (decimal): -14530983 or 5850658. OLE color: 5850658.

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

Color convert

RGB 34 70 89 -
CMYK 0.62 0.21 0 0.65
HSL 200.73º 0.45% 0.24% -
HSV(B) 200.73º 0.62% 0.35% -
XYZ 4.65 5.44 10.26 -
YUV 61.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 34 70 89 0.62 0.21 0 0.65 200.73 0.45 0.24
Hex 22 46 59 3E 15 0 41 C9 2D 18
Octal 42 106 131 76 25 0 101 311 55 30
Binary 100010 1000110 1011001 111110 10101 0 1000001 11001001 101101 11000

Color Harmonies of #224659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224659

Black with #224659

Text Example


Text Example

White with #224659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224659; }

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

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

background-color css

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

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

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

border-color css

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

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

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