Html Css Color HEX #284557 Astronaut Blue

📋 copy color: '#284557'

red 40 ◦ green 69 ◦ blue 87

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

Shades of Astronaut Blue #284557

Tints of Astronaut Blue #284557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 44.39%

R = 20.41%
G = 35.2%
B = 44.39%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#284557 (or 0x284557) is known color: Astronaut Blue. HEX triplet: 28, 45 and 57. RGB value is (40,69,87). Sum of RGB (Red+Green+Blue) = 40+69+87=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #284557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284557 is #D7BAA8. Grayscale: #3E3E3E. Windows color (decimal): -14138025 or 5719336. OLE color: 5719336.

HSL color Cylindrical-coordinate representation of color #284557: hue angle of 202.98º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #284557 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 40 69 87 -
CMYK 0.54 0.21 0 0.66
HSL 202.98º 0.37% 0.25% -
HSV(B) 202.98º 0.54% 0.34% -
XYZ 4.72 5.4 9.81 -
YUV 62.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 40 69 87 0.54 0.21 0 0.66 202.98 0.37 0.25
Hex 28 45 57 36 15 0 42 CB 25 19
Octal 50 105 127 66 25 0 102 313 45 31
Binary 101000 1000101 1010111 110110 10101 0 1000010 11001011 100101 11001

Color Harmonies of #284557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284557

Black with #284557

Text Example


Text Example

White with #284557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284557; }

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

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

background-color css

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

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

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

border-color css

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

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

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