Html Css Color HEX #224359 Astronaut Blue

📋 copy color: '#224359'

red 34 ◦ green 67 ◦ blue 89

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

Shades of Astronaut Blue #224359

Tints of Astronaut Blue #224359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 46.84%

R = 17.89%
G = 35.26%
B = 46.84%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#224359 (or 0x224359) is known color: Astronaut Blue. HEX triplet: 22, 43 and 59. RGB value is (34,67,89). Sum of RGB (Red+Green+Blue) = 34+67+89=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #224359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224359 is #DDBCA6. Grayscale: #3B3B3B. Windows color (decimal): -14531751 or 5849890. OLE color: 5849890.

HSL color Cylindrical-coordinate representation of color #224359: hue angle of 204º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #224359 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 67 89 -
CMYK 0.62 0.25 0 0.65
HSL 204º 0.45% 0.24% -
HSV(B) 204º 0.62% 0.35% -
XYZ 4.47 5.08 10.2 -
YUV 59.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 34 67 89 0.62 0.25 0 0.65 204 0.45 0.24
Hex 22 43 59 3E 19 0 41 CC 2D 18
Octal 42 103 131 76 31 0 101 314 55 30
Binary 100010 1000011 1011001 111110 11001 0 1000001 11001100 101101 11000

Color Harmonies of #224359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224359

Black with #224359

Text Example


Text Example

White with #224359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224359; }

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

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

background-color css

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

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

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

border-color css

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

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

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