#305F4C

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

Shades of Spectra #305F4C

Tints of Spectra #305F4C

Color information

#305F4C (or 0x305F4C) is unknown color: approx Spectra. HEX triplet: 30, 5F and 4C. RGB value is (48,95,76). Sum of RGB (Red+Green+Blue) = 48+95+76=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 95 - color contains mainly: green. Hex color #305F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305F4C is #CFA0B3. Grayscale: #4E4E4E. Windows color (decimal): -13607092 or 5005104. OLE color: 5005104.

HSL color Cylindrical-coordinate representation of color #305F4C: hue angle of 155.74º degrees, saturation: 0.33, 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 #305F4C is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.

Color convert

RGB489576-
CMYK0.4900.200.63
HSL155.74º32.87%28.04%-
HSV(B)155.74º49.47%37.25%-
XYZ6.629.338.29-
YUV78.78126.43106.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 95 (37.5% from 255) = 43.38%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=21.92%
G=43.38%
B=34.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4895760.4900.200.63155.7432.8728.04
Hex305F4C310143F9c211c
Octal6013711461024772344134
Binary110000101111110011001100010101001111111001110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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