#306855

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

Shades of Spectra #306855

Tints of Spectra #306855

Color information

#306855 (or 0x306855) is unknown color: approx Spectra. HEX triplet: 30, 68 and 55. RGB value is (48,104,85). Sum of RGB (Red+Green+Blue) = 48+104+85=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #306855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306855 is #CF97AA. Grayscale: #555555. Windows color (decimal): -13604779 or 5597232. OLE color: 5597232.

HSL color Cylindrical-coordinate representation of color #306855: hue angle of 159.64º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #306855 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB4810485-
CMYK0.5400.180.59
HSL159.64º36.84%29.8%-
HSV(B)159.64º53.85%40.78%-
XYZ7.8111.1810.34-
YUV85.09127.95101.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 85 (33.59% from 255) = 35.86%
R=20.25%
G=43.88%
B=35.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48104850.5400.180.59159.6436.8429.8
Hex306855360123Ba0251e
Octal6015012566022732404536
Binary110000110100010101011101100100101110111010000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306855; }

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

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

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

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

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

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

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

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