Html Css Color HEX #284558 Astronaut Blue

📋 copy color: '#284558'

red 40 ◦ green 69 ◦ blue 88

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

Shades of Astronaut Blue #284558

Tints of Astronaut Blue #284558

RGB

 RED value IS 40 (16.02% from 255) = 20.3%

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

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

R = 20.3%
G = 35.03%
B = 44.67%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#284558 (or 0x284558) is known color: Astronaut Blue. HEX triplet: 28, 45 and 58. RGB value is (40,69,88). Sum of RGB (Red+Green+Blue) = 40+69+88=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #284558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284558 is #D7BAA7. Grayscale: #3E3E3E. Windows color (decimal): -14138024 or 5784872. OLE color: 5784872.

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

Color convert

RGB 40 69 88 -
CMYK 0.55 0.22 0 0.65
HSL 203.75º 0.38% 0.25% -
HSV(B) 203.75º 0.55% 0.35% -
XYZ 4.76 5.41 10.03 -
YUV 62.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 40 69 88 0.55 0.22 0 0.65 203.75 0.38 0.25
Hex 28 45 58 37 16 0 41 CC 26 19
Octal 50 105 130 67 26 0 101 314 46 31
Binary 101000 1000101 1011000 110111 10110 0 1000001 11001100 100110 11001

Color Harmonies of #284558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284558

Black with #284558

Text Example


Text Example

White with #284558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284558; }

 p { color: rgb(40,69,88); }

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

background-color css

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

 a { background-color: rgb(40,69,88); }

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

border-color css

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

 span { border-color: rgb(40,69,88); }

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