#304043

Color #304043 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #304043

Tints of Outer Space #304043

Color information

#304043 (or 0x304043) is unknown color: approx Outer Space. HEX triplet: 30, 40 and 43. RGB value is (48,64,67). Sum of RGB (Red+Green+Blue) = 48+64+67=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 67 - color contains mainly: blue. Hex color #304043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304043 is #CFBFBC. Grayscale: #3B3B3B. Windows color (decimal): -13615037 or 4407344. OLE color: 4407344.

HSL color Cylindrical-coordinate representation of color #304043: hue angle of 189.47º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #304043 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB486467-
CMYK0.280.0400.74
HSL189.47º16.52%22.55%-
HSV(B)189.47º28.36%26.27%-
XYZ4.074.76-
YUV59.56132.2119.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 67 (26.56% from 255) = 37.43%
R=26.82%
G=35.75%
B=37.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4864670.280.0400.74189.4716.5222.55
Hex3040431C404Abd1117
Octal6010010334401122752127
Binary110000100000010000111110010001001010101111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304043; }

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

 H1.HeaderClassName
 {
   color: #304043;
 }
 .AnyTagClassName
 {
   color: #304043;
 }
</style>
background-color css

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

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

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

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

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

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