#306A56

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

Shades of Evening Sea #306A56

Tints of Evening Sea #306A56

Color information

#306A56 (or 0x306A56) is unknown color: approx Evening Sea. HEX triplet: 30, 6A and 56. RGB value is (48,106,86). Sum of RGB (Red+Green+Blue) = 48+106+86=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 106 - color contains mainly: green. Hex color #306A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A56 is #CF95A9. Grayscale: #565656. Windows color (decimal): -13604266 or 5663280. OLE color: 5663280.

HSL color Cylindrical-coordinate representation of color #306A56: hue angle of 159.31º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306A56 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB4810686-
CMYK0.5500.190.58
HSL159.31º37.66%30.2%-
HSV(B)159.31º54.72%41.57%-
XYZ8.0511.6110.62-
YUV86.38127.78100.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 106 (41.80% from 255) = 44.17%
BLUE value IS 86 (33.98% from 255) = 35.83%
R=20%
G=44.17%
B=35.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48106860.5500.190.58159.3137.6630.2
Hex306A56370133A9f261e
Octal6015212667023722374636
Binary110000110101010101101101110100111110101001111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306A56; }

 p { color: rgb(48,106,86); }

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

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

 a { background-color: rgb(48,106,86); }

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

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

 span { border-color: rgb(48,106,86); }

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