#306182

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

Shades of Matisse #306182

Tints of Matisse #306182

Color information

#306182 (or 0x306182) is unknown color: approx Matisse. HEX triplet: 30, 61 and 82. RGB value is (48,97,130). Sum of RGB (Red+Green+Blue) = 48+97+130=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #306182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306182 is #CF9E7D. Grayscale: #555555. Windows color (decimal): -13606526 or 8544560. OLE color: 8544560.

HSL color Cylindrical-coordinate representation of color #306182: hue angle of 204.15º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #306182 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4897130-
CMYK0.630.2500.49
HSL204.15º46.07%34.9%-
HSV(B)204.15º63.08%50.98%-
XYZ9.5210.7922.7-
YUV86.11152.77100.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 130 (51.17% from 255) = 47.27%
R=17.45%
G=35.27%
B=47.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48971300.630.2500.49204.1546.0734.9
Hex3061823F19031cc2e23
Octal6014120277310613145643
Binary11000011000011000001011111111001011000111001100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306182; }

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

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

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

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

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

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

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

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