#306B55

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

Shades of Spectra #306B55

Tints of Spectra #306B55

Color information

#306B55 (or 0x306B55) is unknown color: approx Spectra. HEX triplet: 30, 6B and 55. RGB value is (48,107,85). Sum of RGB (Red+Green+Blue) = 48+107+85=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #306B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306B55 is #CF94AA. Grayscale: #565656. Windows color (decimal): -13604011 or 5598000. OLE color: 5598000.

HSL color Cylindrical-coordinate representation of color #306B55: hue angle of 157.63º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #306B55 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB4810785-
CMYK0.5500.210.58
HSL157.63º38.06%30.39%-
HSV(B)157.63º55.14%41.96%-
XYZ8.1211.810.44-
YUV86.85126.95100.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 107 (42.19% from 255) = 44.58%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=20%
G=44.58%
B=35.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48107850.5500.210.58157.6338.0630.39
Hex306B55370153A9e261e
Octal6015312567025722364636
Binary110000110101110101011101110101011110101001111010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306B55; }

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

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

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

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

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

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

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

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