#305A50

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

Shades of Evening Sea #305A50

Tints of Evening Sea #305A50

Color information

#305A50 (or 0x305A50) is unknown color: approx Evening Sea. HEX triplet: 30, 5A and 50. RGB value is (48,90,80). Sum of RGB (Red+Green+Blue) = 48+90+80=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 90 - color contains mainly: green. Hex color #305A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A50 is #CFA5AF. Grayscale: #4C4C4C. Windows color (decimal): -13608368 or 5265968. OLE color: 5265968.

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

Color convert

RGB489080-
CMYK0.4700.110.65
HSL165.71º30.43%27.06%-
HSV(B)165.71º46.67%35.29%-
XYZ6.328.528.9-
YUV76.3130.09107.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 90 (35.55% from 255) = 41.28%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=22.02%
G=41.28%
B=36.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4890800.4700.110.65165.7130.4327.06
Hex305A502F0B41a61e1b
Octal60132120570131012463633
Binary11000010110101010000101111010111000001101001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305A50; }

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

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

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

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

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

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

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

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