Html Css Color HEX #22465A Astronaut Blue

📋 copy color: '#22465A'

red 34 ◦ green 70 ◦ blue 90

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

Shades of Astronaut Blue #22465A

Tints of Astronaut Blue #22465A

RGB

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

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

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

R = 17.53%
G = 36.08%
B = 46.39%

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

#22465A (or 0x22465A) is known color: Astronaut Blue. HEX triplet: 22, 46 and 5A. RGB value is (34,70,90). Sum of RGB (Red+Green+Blue) = 34+70+90=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #22465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22465A is #DDB9A5. Grayscale: #3D3D3D. Windows color (decimal): -14530982 or 5916194. OLE color: 5916194.

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

Color convert

RGB 34 70 90 -
CMYK 0.62 0.22 0 0.65
HSL 201.43º 0.45% 0.24% -
HSV(B) 201.43º 0.62% 0.35% -
XYZ 4.7 5.46 10.48 -
YUV 61.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 34 70 90 0.62 0.22 0 0.65 201.43 0.45 0.24
Hex 22 46 5A 3E 16 0 41 C9 2D 18
Octal 42 106 132 76 26 0 101 311 55 30
Binary 100010 1000110 1011010 111110 10110 0 1000001 11001001 101101 11000

Color Harmonies of #22465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22465A

Black with #22465A

Text Example


Text Example

White with #22465A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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