#305E4C

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

Shades of Spectra #305E4C

Tints of Spectra #305E4C

Color information

#305E4C (or 0x305E4C) is unknown color: approx Spectra. HEX triplet: 30, 5E and 4C. RGB value is (48,94,76). Sum of RGB (Red+Green+Blue) = 48+94+76=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 94 - color contains mainly: green. Hex color #305E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305E4C is #CFA1B3. Grayscale: #4E4E4E. Windows color (decimal): -13607348 or 5004848. OLE color: 5004848.

HSL color Cylindrical-coordinate representation of color #305E4C: hue angle of 156.52º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305E4C is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB489476-
CMYK0.4900.190.63
HSL156.52º32.39%27.84%-
HSV(B)156.52º48.94%36.86%-
XYZ6.539.168.26-
YUV78.19126.76106.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 94 (37.11% from 255) = 43.12%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=22.02%
G=43.12%
B=34.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4894760.4900.190.63156.5232.3927.84
Hex305E4C310133F9d201c
Octal6013611461023772354034
Binary110000101111010011001100010100111111111001110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305E4C; }

 p { color: rgb(48,94,76); }

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

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

 a { background-color: rgb(48,94,76); }

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

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

 span { border-color: rgb(48,94,76); }

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