#306486

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

Shades of Matisse #306486

Tints of Matisse #306486

Color information

#306486 (or 0x306486) is unknown color: approx Matisse. HEX triplet: 30, 64 and 86. RGB value is (48,100,134). Sum of RGB (Red+Green+Blue) = 48+100+134=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #306486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306486 is #CF9B79. Grayscale: #585858. Windows color (decimal): -13605754 or 8807472. OLE color: 8807472.

HSL color Cylindrical-coordinate representation of color #306486: hue angle of 203.72º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #306486 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB48100134-
CMYK0.640.2500.47
HSL203.72º47.25%35.69%-
HSV(B)203.72º64.18%52.55%-
XYZ10.0811.4624.24-
YUV88.33153.7799.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 134 (52.73% from 255) = 47.52%
R=17.02%
G=35.46%
B=47.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481001340.640.2500.47203.7247.2535.69
Hex306486401902Fcc2f24
Octal60144206100310573145744
Binary110000110010010000110100000011001010111111001100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306486; }

 p { color: rgb(48,100,134); }

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

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

 a { background-color: rgb(48,100,134); }

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

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

 span { border-color: rgb(48,100,134); }

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