Html Css Color HEX #284043 Outer Space

📋 copy color: '#284043'

red 40 ◦ green 64 ◦ blue 67

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

Shades of Outer Space #284043

Tints of Outer Space #284043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 39.18%

R = 23.39%
G = 37.43%
B = 39.18%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#284043 (or 0x284043) is known color: Outer Space. HEX triplet: 28, 40 and 43. RGB value is (40,64,67). Sum of RGB (Red+Green+Blue) = 40+64+67=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 67 - color contains mainly: blue. Hex color #284043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284043 is #D7BFBC. Grayscale: #393939. Windows color (decimal): -14139325 or 4407336. OLE color: 4407336.

HSL color Cylindrical-coordinate representation of color #284043: hue angle of 186.67º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #284043 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 40 64 67 -
CMYK 0.40 0.04 0 0.74
HSL 186.67º 0.25% 0.21% -
HSV(B) 186.67º 0.4% 0.26% -
XYZ 3.72 4.52 5.99 -
YUV 57.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 40 64 67 0.40 0.04 0 0.74 186.67 0.25 0.21
Hex 28 40 43 28 4 0 4A BB 19 15
Octal 50 100 103 50 4 0 112 273 31 25
Binary 101000 1000000 1000011 101000 100 0 1001010 10111011 11001 10101

Color Harmonies of #284043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284043

Black with #284043

Text Example


Text Example

White with #284043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284043; }

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

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

background-color css

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

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

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

border-color css

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

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

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