Html Css Color HEX #224358 Astronaut Blue

📋 copy color: '#224358'

red 34 ◦ green 67 ◦ blue 88

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

Shades of Astronaut Blue #224358

Tints of Astronaut Blue #224358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 46.56%

R = 17.99%
G = 35.45%
B = 46.56%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#224358 (or 0x224358) is known color: Astronaut Blue. HEX triplet: 22, 43 and 58. RGB value is (34,67,88). Sum of RGB (Red+Green+Blue) = 34+67+88=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #224358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224358 is #DDBCA7. Grayscale: #3B3B3B. Windows color (decimal): -14531752 or 5784354. OLE color: 5784354.

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

Color convert

RGB 34 67 88 -
CMYK 0.61 0.24 0 0.65
HSL 203.33º 0.44% 0.24% -
HSV(B) 203.33º 0.61% 0.35% -
XYZ 4.43 5.06 9.98 -
YUV 59.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 34 67 88 0.61 0.24 0 0.65 203.33 0.44 0.24
Hex 22 43 58 3D 18 0 41 CB 2C 18
Octal 42 103 130 75 30 0 101 313 54 30
Binary 100010 1000011 1011000 111101 11000 0 1000001 11001011 101100 11000

Color Harmonies of #224358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224358

Black with #224358

Text Example


Text Example

White with #224358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224358; }

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

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

background-color css

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

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

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

border-color css

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

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

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