#306351

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

Shades of Spectra #306351

Tints of Spectra #306351

Color information

#306351 (or 0x306351) is unknown color: approx Spectra. HEX triplet: 30, 63 and 51. RGB value is (48,99,81). Sum of RGB (Red+Green+Blue) = 48+99+81=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #306351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306351 is #CF9CAE. Grayscale: #515151. Windows color (decimal): -13606063 or 5333808. OLE color: 5333808.

HSL color Cylindrical-coordinate representation of color #306351: hue angle of 158.82º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306351 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB489981-
CMYK0.5200.180.61
HSL158.82º34.69%28.82%-
HSV(B)158.82º51.52%38.82%-
XYZ7.1710.159.37-
YUV81.7127.6103.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=21.05%
G=43.42%
B=35.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4899810.5200.180.61158.8234.6928.82
Hex306351340123D9f231d
Octal6014312164022752374335
Binary110000110001110100011101000100101111011001111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306351; }

 p { color: rgb(48,99,81); }

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

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

 a { background-color: rgb(48,99,81); }

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

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

 span { border-color: rgb(48,99,81); }

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