#306082

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

Shades of Matisse #306082

Tints of Matisse #306082

Color information

#306082 (or 0x306082) is unknown color: approx Matisse. HEX triplet: 30, 60 and 82. RGB value is (48,96,130). Sum of RGB (Red+Green+Blue) = 48+96+130=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #306082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306082 is #CF9F7D. Grayscale: #555555. Windows color (decimal): -13606782 or 8544304. OLE color: 8544304.

HSL color Cylindrical-coordinate representation of color #306082: hue angle of 204.88º 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 #306082 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4896130-
CMYK0.630.2600.49
HSL204.88º46.07%34.9%-
HSV(B)204.88º63.08%50.98%-
XYZ9.4310.6122.67-
YUV85.52153.1101.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 96 (37.89% from 255) = 35.04%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=17.52%
G=35.04%
B=47.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48961300.630.2600.49204.8846.0734.9
Hex3060823F1A031cd2e23
Octal6014020277320613155643
Binary11000011000001000001011111111010011000111001101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306082; }

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

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

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

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

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

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

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

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