Html Css Color HEX #22465C Astronaut Blue

📋 copy color: '#22465C'

red 34 ◦ green 70 ◦ blue 92

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

Shades of Astronaut Blue #22465C

Tints of Astronaut Blue #22465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46.94%

R = 17.35%
G = 35.71%
B = 46.94%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#22465C (or 0x22465C) is known color: Astronaut Blue. HEX triplet: 22, 46 and 5C. RGB value is (34,70,92). Sum of RGB (Red+Green+Blue) = 34+70+92=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #22465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22465C is #DDB9A3. Grayscale: #3D3D3D. Windows color (decimal): -14530980 or 6047266. OLE color: 6047266.

HSL color Cylindrical-coordinate representation of color #22465C: hue angle of 202.76º 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 #22465C is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 70 92 -
CMYK 0.63 0.24 0 0.64
HSL 202.76º 0.46% 0.25% -
HSV(B) 202.76º 0.63% 0.36% -
XYZ 4.78 5.49 10.93 -
YUV 61.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 34 70 92 0.63 0.24 0 0.64 202.76 0.46 0.25
Hex 22 46 5C 3F 18 0 40 CB 2E 19
Octal 42 106 134 77 30 0 100 313 56 31
Binary 100010 1000110 1011100 111111 11000 0 1000000 11001011 101110 11001

Color Harmonies of #22465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22465C

Black with #22465C

Text Example


Text Example

White with #22465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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