Html Css Color HEX #22495A Astronaut Blue

📋 copy color: '#22495A'

red 34 ◦ green 73 ◦ blue 90

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

Shades of Astronaut Blue #22495A

Tints of Astronaut Blue #22495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.06%

 BLUE value IS 90 (35.55% from 255) = 45.69%

R = 17.26%
G = 37.06%
B = 45.69%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#22495A (or 0x22495A) is known color: Astronaut Blue. HEX triplet: 22, 49 and 5A. RGB value is (34,73,90). Sum of RGB (Red+Green+Blue) = 34+73+90=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #22495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22495A is #DDB6A5. Grayscale: #3F3F3F. Windows color (decimal): -14530214 or 5916962. OLE color: 5916962.

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

Color convert

RGB 34 73 90 -
CMYK 0.62 0.19 0 0.65
HSL 198.21º 0.45% 0.24% -
HSV(B) 198.21º 0.62% 0.35% -
XYZ 4.89 5.84 10.54 -
YUV 63.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 34 73 90 0.62 0.19 0 0.65 198.21 0.45 0.24
Hex 22 49 5A 3E 13 0 41 C6 2D 18
Octal 42 111 132 76 23 0 101 306 55 30
Binary 100010 1001001 1011010 111110 10011 0 1000001 11000110 101101 11000

Color Harmonies of #22495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22495A

Black with #22495A

Text Example


Text Example

White with #22495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22495A; }

 p { color: rgb(34,73,90); }

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

background-color css

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

 a { background-color: rgb(34,73,90); }

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

border-color css

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

 span { border-color: rgb(34,73,90); }

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