Html Css Color HEX #284045 Outer Space

📋 copy color: '#284045'

red 40 ◦ green 64 ◦ blue 69

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

Shades of Outer Space #284045

Tints of Outer Space #284045

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.99%

 BLUE value IS 69 (27.34% from 255) = 39.88%

R = 23.12%
G = 36.99%
B = 39.88%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#284045 (or 0x284045) is known color: Outer Space. HEX triplet: 28, 40 and 45. RGB value is (40,64,69). Sum of RGB (Red+Green+Blue) = 40+64+69=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 69 - color contains mainly: blue. Hex color #284045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284045 is #D7BFBA. Grayscale: #393939. Windows color (decimal): -14139323 or 4538408. OLE color: 4538408.

HSL color Cylindrical-coordinate representation of color #284045: hue angle of 190.34º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #284045 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 64 69 -
CMYK 0.42 0.07 0 0.73
HSL 190.34º 0.27% 0.21% -
HSV(B) 190.34º 0.42% 0.27% -
XYZ 3.78 4.55 6.31 -
YUV 57.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 40 64 69 0.42 0.07 0 0.73 190.34 0.27 0.21
Hex 28 40 45 2A 7 0 49 BE 1B 15
Octal 50 100 105 52 7 0 111 276 33 25
Binary 101000 1000000 1000101 101010 111 0 1001001 10111110 11011 10101

Color Harmonies of #284045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284045

Black with #284045

Text Example


Text Example

White with #284045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284045; }

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

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

background-color css

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

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

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

border-color css

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

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

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