Html Css Color HEX #22475C Astronaut Blue

📋 copy color: '#22475C'

red 34 ◦ green 71 ◦ blue 92

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

Shades of Astronaut Blue #22475C

Tints of Astronaut Blue #22475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.04%

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

R = 17.26%
G = 36.04%
B = 46.7%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#22475C (or 0x22475C) is known color: Astronaut Blue. HEX triplet: 22, 47 and 5C. RGB value is (34,71,92). Sum of RGB (Red+Green+Blue) = 34+71+92=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #22475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22475C is #DDB8A3. Grayscale: #3E3E3E. Windows color (decimal): -14530724 or 6047522. OLE color: 6047522.

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

Color convert

RGB 34 71 92 -
CMYK 0.63 0.23 0 0.64
HSL 201.72º 0.46% 0.25% -
HSV(B) 201.72º 0.63% 0.36% -
XYZ 4.84 5.62 10.95 -
YUV 62.33 144.74 107.79 -
System Red Green Blue C M Y K H S L
Decimal 34 71 92 0.63 0.23 0 0.64 201.72 0.46 0.25
Hex 22 47 5C 3F 17 0 40 CA 2E 19
Octal 42 107 134 77 27 0 100 312 56 31
Binary 100010 1000111 1011100 111111 10111 0 1000000 11001010 101110 11001

Color Harmonies of #22475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22475C

Black with #22475C

Text Example


Text Example

White with #22475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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