Html Css Color HEX #284346 Outer Space

📋 copy color: '#284346'

red 40 ◦ green 67 ◦ blue 70

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

Shades of Outer Space #284346

Tints of Outer Space #284346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.85%

 BLUE value IS 70 (27.73% from 255) = 39.55%

R = 22.6%
G = 37.85%
B = 39.55%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#284346 (or 0x284346) is known color: Outer Space. HEX triplet: 28, 43 and 46. RGB value is (40,67,70). Sum of RGB (Red+Green+Blue) = 40+67+70=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 70 - color contains mainly: blue. Hex color #284346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284346 is #D7BCB9. Grayscale: #3B3B3B. Windows color (decimal): -14138554 or 4604712. OLE color: 4604712.

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

Color convert

RGB 40 67 70 -
CMYK 0.43 0.04 0 0.73
HSL 186º 0.27% 0.22% -
HSV(B) 186º 0.43% 0.27% -
XYZ 3.99 4.91 6.53 -
YUV 59.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 40 67 70 0.43 0.04 0 0.73 186 0.27 0.22
Hex 28 43 46 2B 4 0 49 BA 1B 16
Octal 50 103 106 53 4 0 111 272 33 26
Binary 101000 1000011 1000110 101011 100 0 1001001 10111010 11011 10110

Color Harmonies of #284346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284346

Black with #284346

Text Example


Text Example

White with #284346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284346; }

 p { color: rgb(40,67,70); }

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

background-color css

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

 a { background-color: rgb(40,67,70); }

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

border-color css

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

 span { border-color: rgb(40,67,70); }

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