#305E52

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

Shades of Evening Sea #305E52

Tints of Evening Sea #305E52

Color information

#305E52 (or 0x305E52) is unknown color: approx Evening Sea. HEX triplet: 30, 5E and 52. RGB value is (48,94,82). Sum of RGB (Red+Green+Blue) = 48+94+82=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 94 - color contains mainly: green. Hex color #305E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E52 is #CFA1AD. Grayscale: #4E4E4E. Windows color (decimal): -13607342 or 5398064. OLE color: 5398064.

HSL color Cylindrical-coordinate representation of color #305E52: hue angle of 164.35º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305E52 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB489482-
CMYK0.4900.130.63
HSL164.35º32.39%27.84%-
HSV(B)164.35º48.94%36.86%-
XYZ6.749.249.41-
YUV78.88129.76105.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 94 (37.11% from 255) = 41.96%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=21.43%
G=41.96%
B=36.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4894820.4900.130.63164.3532.3927.84
Hex305E52310D3Fa4201c
Octal6013612261015772444034
Binary11000010111101010010110001011011111111010010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,94,82); }

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

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

 a { background-color: rgb(48,94,82); }

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

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

 span { border-color: rgb(48,94,82); }

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