Html Css Color HEX #284459 Astronaut Blue

📋 copy color: '#284459'

red 40 ◦ green 68 ◦ blue 89

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

Shades of Astronaut Blue #284459

Tints of Astronaut Blue #284459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.52%

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

R = 20.3%
G = 34.52%
B = 45.18%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#284459 (or 0x284459) is known color: Astronaut Blue. HEX triplet: 28, 44 and 59. RGB value is (40,68,89). Sum of RGB (Red+Green+Blue) = 40+68+89=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #284459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284459 is #D7BBA6. Grayscale: #3D3D3D. Windows color (decimal): -14138279 or 5850152. OLE color: 5850152.

HSL color Cylindrical-coordinate representation of color #284459: hue angle of 205.71º 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 #284459 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 68 89 -
CMYK 0.55 0.24 0 0.65
HSL 205.71º 0.38% 0.25% -
HSV(B) 205.71º 0.55% 0.35% -
XYZ 4.75 5.31 10.23 -
YUV 62.02 143.22 112.29 -
System Red Green Blue C M Y K H S L
Decimal 40 68 89 0.55 0.24 0 0.65 205.71 0.38 0.25
Hex 28 44 59 37 18 0 41 CE 26 19
Octal 50 104 131 67 30 0 101 316 46 31
Binary 101000 1000100 1011001 110111 11000 0 1000001 11001110 100110 11001

Color Harmonies of #284459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284459

Black with #284459

Text Example


Text Example

White with #284459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284459; }

 p { color: rgb(40,68,89); }

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

background-color css

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

 a { background-color: rgb(40,68,89); }

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

border-color css

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

 span { border-color: rgb(40,68,89); }

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