Html Css Color HEX #284555 Astronaut Blue

📋 copy color: '#284555'

red 40 ◦ green 69 ◦ blue 85

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

Shades of Astronaut Blue #284555

Tints of Astronaut Blue #284555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.81%

R = 20.62%
G = 35.57%
B = 43.81%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#284555 (or 0x284555) is known color: Astronaut Blue. HEX triplet: 28, 45 and 55. RGB value is (40,69,85). Sum of RGB (Red+Green+Blue) = 40+69+85=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #284555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284555 is #D7BAAA. Grayscale: #3E3E3E. Windows color (decimal): -14138027 or 5588264. OLE color: 5588264.

HSL color Cylindrical-coordinate representation of color #284555: hue angle of 201.33º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #284555 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 69 85 -
CMYK 0.53 0.19 0 0.67
HSL 201.33º 0.36% 0.25% -
HSV(B) 201.33º 0.53% 0.33% -
XYZ 4.64 5.36 9.38 -
YUV 62.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 40 69 85 0.53 0.19 0 0.67 201.33 0.36 0.25
Hex 28 45 55 35 13 0 43 C9 24 19
Octal 50 105 125 65 23 0 103 311 44 31
Binary 101000 1000101 1010101 110101 10011 0 1000011 11001001 100100 11001

Color Harmonies of #284555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284555

Black with #284555

Text Example


Text Example

White with #284555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284555; }

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

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

background-color css

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

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

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

border-color css

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

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

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