Html Css Color HEX #224256 Astronaut Blue

📋 copy color: '#224256'

red 34 ◦ green 66 ◦ blue 86

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

Shades of Astronaut Blue #224256

Tints of Astronaut Blue #224256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.48%

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

R = 18.28%
G = 35.48%
B = 46.24%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#224256 (or 0x224256) is known color: Astronaut Blue. HEX triplet: 22, 42 and 56. RGB value is (34,66,86). Sum of RGB (Red+Green+Blue) = 34+66+86=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #224256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224256 is #DDBDA9. Grayscale: #3A3A3A. Windows color (decimal): -14532010 or 5653026. OLE color: 5653026.

HSL color Cylindrical-coordinate representation of color #224256: hue angle of 203.08º 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 #224256 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 34 66 86 -
CMYK 0.60 0.23 0 0.66
HSL 203.08º 0.43% 0.24% -
HSV(B) 203.08º 0.6% 0.34% -
XYZ 4.29 4.91 9.53 -
YUV 58.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 34 66 86 0.60 0.23 0 0.66 203.08 0.43 0.24
Hex 22 42 56 3C 17 0 42 CB 2B 18
Octal 42 102 126 74 27 0 102 313 53 30
Binary 100010 1000010 1010110 111100 10111 0 1000010 11001011 101011 11000

Color Harmonies of #224256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224256

Black with #224256

Text Example


Text Example

White with #224256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224256; }

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

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

background-color css

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

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

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

border-color css

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

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

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