Html Css Color HEX #224556 Astronaut Blue

📋 copy color: '#224556'

red 34 ◦ green 69 ◦ blue 86

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

Shades of Astronaut Blue #224556

Tints of Astronaut Blue #224556

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.51%

 BLUE value IS 86 (33.98% from 255) = 45.5%

R = 17.99%
G = 36.51%
B = 45.5%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#224556 (or 0x224556) is known color: Astronaut Blue. HEX triplet: 22, 45 and 56. RGB value is (34,69,86). Sum of RGB (Red+Green+Blue) = 34+69+86=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #224556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224556 is #DDBAA9. Grayscale: #3C3C3C. Windows color (decimal): -14531242 or 5653794. OLE color: 5653794.

HSL color Cylindrical-coordinate representation of color #224556: hue angle of 199.62º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224556 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 34 69 86 -
CMYK 0.60 0.20 0 0.66
HSL 199.62º 0.43% 0.24% -
HSV(B) 199.62º 0.6% 0.34% -
XYZ 4.47 5.27 9.59 -
YUV 60.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 34 69 86 0.60 0.20 0 0.66 199.62 0.43 0.24
Hex 22 45 56 3C 14 0 42 C8 2B 18
Octal 42 105 126 74 24 0 102 310 53 30
Binary 100010 1000101 1010110 111100 10100 0 1000010 11001000 101011 11000

Color Harmonies of #224556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224556

Black with #224556

Text Example


Text Example

White with #224556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224556; }

 p { color: rgb(34,69,86); }

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

background-color css

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

 a { background-color: rgb(34,69,86); }

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

border-color css

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

 span { border-color: rgb(34,69,86); }

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