#306180

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

Shades of Matisse #306180

Tints of Matisse #306180

Color information

#306180 (or 0x306180) is unknown color: approx Matisse. HEX triplet: 30, 61 and 80. RGB value is (48,97,128). Sum of RGB (Red+Green+Blue) = 48+97+128=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #306180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306180 is #CF9E7F. Grayscale: #555555. Windows color (decimal): -13606528 or 8413488. OLE color: 8413488.

HSL color Cylindrical-coordinate representation of color #306180: hue angle of 203.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #306180 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4897128-
CMYK0.620.2400.50
HSL203.25º45.45%34.51%-
HSV(B)203.25º62.5%50.2%-
XYZ9.3910.7422-
YUV85.88151.77100.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 128 (50.39% from 255) = 46.89%
R=17.58%
G=35.53%
B=46.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48971280.620.2400.50203.2545.4534.51
Hex3061803E18032cb2d23
Octal6014120076300623135543
Binary11000011000011000000011111011000011001011001011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306180; }

 p { color: rgb(48,97,128); }

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

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

 a { background-color: rgb(48,97,128); }

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

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

 span { border-color: rgb(48,97,128); }

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