#306050

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

Shades of Spectra #306050

Tints of Spectra #306050

Color information

#306050 (or 0x306050) is unknown color: approx Spectra. HEX triplet: 30, 60 and 50. RGB value is (48,96,80). Sum of RGB (Red+Green+Blue) = 48+96+80=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #306050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306050 is #CF9FAF. Grayscale: #4F4F4F. Windows color (decimal): -13606832 or 5267504. OLE color: 5267504.

HSL color Cylindrical-coordinate representation of color #306050: hue angle of 160º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #306050 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB489680-
CMYK0.5000.170.62
HSL160º33.33%28.24%-
HSV(B)160º50%37.65%-
XYZ6.859.579.08-
YUV79.82128.1105.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 96 (37.89% from 255) = 42.86%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=21.43%
G=42.86%
B=35.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896800.5000.170.6216033.3328.24
Hex306050320113Ea0211c
Octal6014012062021762404134
Binary110000110000010100001100100100011111101010000010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306050; }

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

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

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

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

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

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

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

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