Html Css Color HEX #224356 Astronaut Blue

📋 copy color: '#224356'

red 34 ◦ green 67 ◦ blue 86

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

Shades of Astronaut Blue #224356

Tints of Astronaut Blue #224356

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.83%

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

R = 18.18%
G = 35.83%
B = 45.99%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#224356 (or 0x224356) is known color: Astronaut Blue. HEX triplet: 22, 43 and 56. RGB value is (34,67,86). Sum of RGB (Red+Green+Blue) = 34+67+86=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #224356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224356 is #DDBCA9. Grayscale: #3B3B3B. Windows color (decimal): -14531754 or 5653282. OLE color: 5653282.

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

Color convert

RGB 34 67 86 -
CMYK 0.60 0.22 0 0.66
HSL 201.92º 0.43% 0.24% -
HSV(B) 201.92º 0.6% 0.34% -
XYZ 4.35 5.03 9.55 -
YUV 59.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 34 67 86 0.60 0.22 0 0.66 201.92 0.43 0.24
Hex 22 43 56 3C 16 0 42 CA 2B 18
Octal 42 103 126 74 26 0 102 312 53 30
Binary 100010 1000011 1010110 111100 10110 0 1000010 11001010 101011 11000

Color Harmonies of #224356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224356

Black with #224356

Text Example


Text Example

White with #224356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224356; }

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

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

background-color css

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

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

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

border-color css

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

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

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