Html Css Color HEX #22485B Astronaut Blue

📋 copy color: '#22485B'

red 34 ◦ green 72 ◦ blue 91

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

Shades of Astronaut Blue #22485B

Tints of Astronaut Blue #22485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

 BLUE value IS 91 (35.94% from 255) = 46.19%

R = 17.26%
G = 36.55%
B = 46.19%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#22485B (or 0x22485B) is known color: Astronaut Blue. HEX triplet: 22, 48 and 5B. RGB value is (34,72,91). Sum of RGB (Red+Green+Blue) = 34+72+91=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #22485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22485B is #DDB7A4. Grayscale: #3E3E3E. Windows color (decimal): -14530469 or 5982242. OLE color: 5982242.

HSL color Cylindrical-coordinate representation of color #22485B: hue angle of 200º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #22485B is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 72 91 -
CMYK 0.63 0.21 0 0.64
HSL 200º 0.46% 0.25% -
HSV(B) 200º 0.63% 0.36% -
XYZ 4.87 5.73 10.75 -
YUV 62.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 34 72 91 0.63 0.21 0 0.64 200 0.46 0.25
Hex 22 48 5B 3F 15 0 40 C8 2E 19
Octal 42 110 133 77 25 0 100 310 56 31
Binary 100010 1001000 1011011 111111 10101 0 1000000 11001000 101110 11001

Color Harmonies of #22485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22485B

Black with #22485B

Text Example


Text Example

White with #22485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22485B; }

 p { color: rgb(34,72,91); }

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

background-color css

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

 a { background-color: rgb(34,72,91); }

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

border-color css

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

 span { border-color: rgb(34,72,91); }

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