#305748

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

Shades of Spectra #305748

Tints of Spectra #305748

Color information

#305748 (or 0x305748) is unknown color: approx Spectra. HEX triplet: 30, 57 and 48. RGB value is (48,87,72). Sum of RGB (Red+Green+Blue) = 48+87+72=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #305748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305748 is #CFA8B7. Grayscale: #494949. Windows color (decimal): -13609144 or 4740912. OLE color: 4740912.

HSL color Cylindrical-coordinate representation of color #305748: hue angle of 156.92º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305748 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB488772-
CMYK0.4500.170.66
HSL156.92º28.89%26.47%-
HSV(B)156.92º44.83%34.12%-
XYZ5.87.917.35-
YUV73.63127.08109.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=23.19%
G=42.03%
B=34.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887720.4500.170.66156.9228.8926.47
Hex3057482D011429d1d1a
Octal60127110550211022353532
Binary110000101011110010001011010100011000010100111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305748; }

 p { color: rgb(48,87,72); }

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

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

 a { background-color: rgb(48,87,72); }

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

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

 span { border-color: rgb(48,87,72); }

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