#304345

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

Shades of Outer Space #304345

Tints of Outer Space #304345

Color information

#304345 (or 0x304345) is unknown color: approx Outer Space. HEX triplet: 30, 43 and 45. RGB value is (48,67,69). Sum of RGB (Red+Green+Blue) = 48+67+69=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 69 - color contains mainly: blue. Hex color #304345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304345 is #CFBCBA. Grayscale: #3D3D3D. Windows color (decimal): -13614267 or 4539184. OLE color: 4539184.

HSL color Cylindrical-coordinate representation of color #304345: hue angle of 185.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #304345 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB486769-
CMYK0.300.0300.73
HSL185.71º17.95%22.94%-
HSV(B)185.71º30.43%27.06%-
XYZ4.35.076.38-
YUV61.55132.21118.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 67 (26.56% from 255) = 36.41%
BLUE value IS 69 (27.34% from 255) = 37.5%
R=26.09%
G=36.41%
B=37.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4867690.300.0300.73185.7117.9522.94
Hex3043451E3049ba1217
Octal6010310536301112722227
Binary11000010000111000101111101101001001101110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304345; }

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

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

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

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

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

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

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

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