Html Css Color HEX #284245 Outer Space

📋 copy color: '#284245'

red 40 ◦ green 66 ◦ blue 69

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

Shades of Outer Space #284245

Tints of Outer Space #284245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.71%

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

R = 22.86%
G = 37.71%
B = 39.43%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#284245 (or 0x284245) is known color: Outer Space. HEX triplet: 28, 42 and 45. RGB value is (40,66,69). Sum of RGB (Red+Green+Blue) = 40+66+69=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 69 - color contains mainly: blue. Hex color #284245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284245 is #D7BDBA. Grayscale: #3A3A3A. Windows color (decimal): -14138811 or 4538920. OLE color: 4538920.

HSL color Cylindrical-coordinate representation of color #284245: hue angle of 186.21º 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 #284245 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 66 69 -
CMYK 0.42 0.04 0 0.73
HSL 186.21º 0.27% 0.21% -
HSV(B) 186.21º 0.42% 0.27% -
XYZ 3.9 4.78 6.35 -
YUV 58.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 40 66 69 0.42 0.04 0 0.73 186.21 0.27 0.21
Hex 28 42 45 2A 4 0 49 BA 1B 15
Octal 50 102 105 52 4 0 111 272 33 25
Binary 101000 1000010 1000101 101010 100 0 1001001 10111010 11011 10101

Color Harmonies of #284245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284245

Black with #284245

Text Example


Text Example

White with #284245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284245; }

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

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

background-color css

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

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

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

border-color css

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

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

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