#306C56

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

Shades of Spectra #306C56

Tints of Spectra #306C56

Color information

#306C56 (or 0x306C56) is unknown color: approx Spectra. HEX triplet: 30, 6C and 56. RGB value is (48,108,86). Sum of RGB (Red+Green+Blue) = 48+108+86=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 108 - color contains mainly: green. Hex color #306C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C56 is #CF93A9. Grayscale: #575757. Windows color (decimal): -13603754 or 5663792. OLE color: 5663792.

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

Color convert

RGB4810886-
CMYK0.5600.200.58
HSL158º38.46%30.59%-
HSV(B)158º55.56%42.35%-
XYZ8.2612.0310.69-
YUV87.55127.1299.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 108 (42.58% from 255) = 44.63%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=19.83%
G=44.63%
B=35.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48108860.5600.200.5815838.4630.59
Hex306C56380143A9e261f
Octal6015412670024722364637
Binary110000110110010101101110000101001110101001111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,108,86); }

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

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

 a { background-color: rgb(48,108,86); }

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

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

 span { border-color: rgb(48,108,86); }

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