Html Css Color HEX #284145 Outer Space

📋 copy color: '#284145'

red 40 ◦ green 65 ◦ blue 69

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

Shades of Outer Space #284145

Tints of Outer Space #284145

RGB

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

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

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

R = 22.99%
G = 37.36%
B = 39.66%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#284145 (or 0x284145) is known color: Outer Space. HEX triplet: 28, 41 and 45. RGB value is (40,65,69). Sum of RGB (Red+Green+Blue) = 40+65+69=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 69 - color contains mainly: blue. Hex color #284145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284145 is #D7BEBA. Grayscale: #393939. Windows color (decimal): -14139067 or 4538664. OLE color: 4538664.

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

Color convert

RGB 40 65 69 -
CMYK 0.42 0.06 0 0.73
HSL 188.28º 0.27% 0.21% -
HSV(B) 188.28º 0.42% 0.27% -
XYZ 3.84 4.66 6.33 -
YUV 57.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 40 65 69 0.42 0.06 0 0.73 188.28 0.27 0.21
Hex 28 41 45 2A 6 0 49 BC 1B 15
Octal 50 101 105 52 6 0 111 274 33 25
Binary 101000 1000001 1000101 101010 110 0 1001001 10111100 11011 10101

Color Harmonies of #284145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284145

Black with #284145

Text Example


Text Example

White with #284145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284145; }

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

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

background-color css

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

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

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

border-color css

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

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

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