Html Css Color HEX #284455 Astronaut Blue

📋 copy color: '#284455'

red 40 ◦ green 68 ◦ blue 85

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

Shades of Astronaut Blue #284455

Tints of Astronaut Blue #284455

RGB

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

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

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

R = 20.73%
G = 35.23%
B = 44.04%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#284455 (or 0x284455) is known color: Astronaut Blue. HEX triplet: 28, 44 and 55. RGB value is (40,68,85). Sum of RGB (Red+Green+Blue) = 40+68+85=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #284455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284455 is #D7BBAA. Grayscale: #3D3D3D. Windows color (decimal): -14138283 or 5588008. OLE color: 5588008.

HSL color Cylindrical-coordinate representation of color #284455: hue angle of 202.67º 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 #284455 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 68 85 -
CMYK 0.53 0.20 0 0.67
HSL 202.67º 0.36% 0.25% -
HSV(B) 202.67º 0.53% 0.33% -
XYZ 4.58 5.24 9.36 -
YUV 61.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 40 68 85 0.53 0.20 0 0.67 202.67 0.36 0.25
Hex 28 44 55 35 14 0 43 CB 24 19
Octal 50 104 125 65 24 0 103 313 44 31
Binary 101000 1000100 1010101 110101 10100 0 1000011 11001011 100100 11001

Color Harmonies of #284455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284455

Black with #284455

Text Example


Text Example

White with #284455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284455; }

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

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

background-color css

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

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

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

border-color css

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

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

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