Html Css Color HEX #284144 Outer Space

📋 copy color: '#284144'

red 40 ◦ green 65 ◦ blue 68

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

Shades of Outer Space #284144

Tints of Outer Space #284144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

 BLUE value IS 68 (26.95% from 255) = 39.31%

R = 23.12%
G = 37.57%
B = 39.31%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#284144 (or 0x284144) is known color: Outer Space. HEX triplet: 28, 41 and 44. RGB value is (40,65,68). Sum of RGB (Red+Green+Blue) = 40+65+68=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 68 - color contains mainly: blue. Hex color #284144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284144 is #D7BEBB. Grayscale: #393939. Windows color (decimal): -14139068 or 4473128. OLE color: 4473128.

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

Color convert

RGB 40 65 68 -
CMYK 0.41 0.04 0 0.73
HSL 186.43º 0.26% 0.21% -
HSV(B) 186.43º 0.41% 0.27% -
XYZ 3.81 4.65 6.17 -
YUV 57.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 40 65 68 0.41 0.04 0 0.73 186.43 0.26 0.21
Hex 28 41 44 29 4 0 49 BA 1A 15
Octal 50 101 104 51 4 0 111 272 32 25
Binary 101000 1000001 1000100 101001 100 0 1001001 10111010 11010 10101

Color Harmonies of #284144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284144

Black with #284144

Text Example


Text Example

White with #284144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284144; }

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

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

background-color css

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

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

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

border-color css

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

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

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