#306354

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

Shades of Evening Sea #306354

Tints of Evening Sea #306354

Color information

#306354 (or 0x306354) is unknown color: approx Evening Sea. HEX triplet: 30, 63 and 54. RGB value is (48,99,84). Sum of RGB (Red+Green+Blue) = 48+99+84=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #306354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306354 is #CF9CAB. Grayscale: #525252. Windows color (decimal): -13606060 or 5530416. OLE color: 5530416.

HSL color Cylindrical-coordinate representation of color #306354: hue angle of 162.35º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306354 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB489984-
CMYK0.5200.150.61
HSL162.35º34.69%28.82%-
HSV(B)162.35º51.52%38.82%-
XYZ7.2810.199.97-
YUV82.04129.1103.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 84 (33.20% from 255) = 36.36%
R=20.78%
G=42.86%
B=36.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4899840.5200.150.61162.3534.6928.82
Hex306354340F3Da2231d
Octal6014312464017752424335
Binary11000011000111010100110100011111111011010001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306354; }

 p { color: rgb(48,99,84); }

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

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

 a { background-color: rgb(48,99,84); }

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

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

 span { border-color: rgb(48,99,84); }

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