#305950

Color #305950 Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #305950

Tints of Evening Sea #305950

Color information

#305950 (or 0x305950) is unknown color: approx Evening Sea. HEX triplet: 30, 59 and 50. RGB value is (48,89,80). Sum of RGB (Red+Green+Blue) = 48+89+80=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #305950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305950 is #CFA6AF. Grayscale: #4B4B4B. Windows color (decimal): -13608624 or 5265712. OLE color: 5265712.

HSL color Cylindrical-coordinate representation of color #305950: hue angle of 166.83º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #305950 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB488980-
CMYK0.4600.100.65
HSL166.83º29.93%26.86%-
HSV(B)166.83º46.07%34.9%-
XYZ6.248.358.87-
YUV75.72130.42108.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=22.12%
G=41.01%
B=36.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889800.4600.100.65166.8329.9326.86
Hex3059502E0A41a71e1b
Octal60131120560121012473633
Binary11000010110011010000101110010101000001101001111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305950; }

 p { color: rgb(48,89,80); }

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

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

 a { background-color: rgb(48,89,80); }

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

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

 span { border-color: rgb(48,89,80); }

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