#306655

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

Shades of Evening Sea #306655

Tints of Evening Sea #306655

Color information

#306655 (or 0x306655) is unknown color: approx Evening Sea. HEX triplet: 30, 66 and 55. RGB value is (48,102,85). Sum of RGB (Red+Green+Blue) = 48+102+85=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #306655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306655 is #CF99AA. Grayscale: #535353. Windows color (decimal): -13605291 or 5596720. OLE color: 5596720.

HSL color Cylindrical-coordinate representation of color #306655: hue angle of 161.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306655 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB4810285-
CMYK0.5300.170.6
HSL161.11º36%29.41%-
HSV(B)161.11º52.94%40%-
XYZ7.6110.7910.28-
YUV83.92128.61102.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 102 (40.23% from 255) = 43.40%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=20.43%
G=43.40%
B=36.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal48102850.5300.170.6161.113629.41
Hex306655350113Ca1241d
Octal6014612565021742414435
Binary110000110011010101011101010100011111001010000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306655; }

 p { color: rgb(48,102,85); }

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

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

 a { background-color: rgb(48,102,85); }

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

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

 span { border-color: rgb(48,102,85); }

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