#306852

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

Shades of Spectra #306852

Tints of Spectra #306852

Color information

#306852 (or 0x306852) is unknown color: approx Spectra. HEX triplet: 30, 68 and 52. RGB value is (48,104,82). Sum of RGB (Red+Green+Blue) = 48+104+82=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #306852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306852 is #CF97AD. Grayscale: #545454. Windows color (decimal): -13604782 or 5400624. OLE color: 5400624.

HSL color Cylindrical-coordinate representation of color #306852: hue angle of 156.43º 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 #306852 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB4810482-
CMYK0.5400.210.59
HSL156.43º36.84%29.8%-
HSV(B)156.43º53.85%40.78%-
XYZ7.6911.149.73-
YUV84.75126.45101.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=20.51%
G=44.44%
B=35.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48104820.5400.210.59156.4336.8429.8
Hex306852360153B9c251e
Octal6015012266025732344536
Binary110000110100010100101101100101011110111001110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306852; }

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

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

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

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

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

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

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

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