Html Css Color HEX #284458 Astronaut Blue

📋 copy color: '#284458'

red 40 ◦ green 68 ◦ blue 88

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

Shades of Astronaut Blue #284458

Tints of Astronaut Blue #284458

RGB

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

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

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

R = 20.41%
G = 34.69%
B = 44.9%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#284458 (or 0x284458) is known color: Astronaut Blue. HEX triplet: 28, 44 and 58. RGB value is (40,68,88). Sum of RGB (Red+Green+Blue) = 40+68+88=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #284458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284458 is #D7BBA7. Grayscale: #3D3D3D. Windows color (decimal): -14138280 or 5784616. OLE color: 5784616.

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

Color convert

RGB 40 68 88 -
CMYK 0.55 0.23 0 0.65
HSL 205º 0.38% 0.25% -
HSV(B) 205º 0.55% 0.35% -
XYZ 4.7 5.29 10.01 -
YUV 61.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 40 68 88 0.55 0.23 0 0.65 205 0.38 0.25
Hex 28 44 58 37 17 0 41 CD 26 19
Octal 50 104 130 67 27 0 101 315 46 31
Binary 101000 1000100 1011000 110111 10111 0 1000001 11001101 100110 11001

Color Harmonies of #284458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284458

Black with #284458

Text Example


Text Example

White with #284458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284458; }

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

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

background-color css

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

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

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

border-color css

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

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

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