#306382

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

Shades of Matisse #306382

Tints of Matisse #306382

Color information

#306382 (or 0x306382) is unknown color: approx Matisse. HEX triplet: 30, 63 and 82. RGB value is (48,99,130). Sum of RGB (Red+Green+Blue) = 48+99+130=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #306382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306382 is #CF9C7D. Grayscale: #575757. Windows color (decimal): -13606014 or 8545072. OLE color: 8545072.

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

Color convert

RGB4899130-
CMYK0.630.2400.49
HSL202.68º46.07%34.9%-
HSV(B)202.68º63.08%50.98%-
XYZ9.7111.1622.76-
YUV87.28152.199.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=17.33%
G=35.74%
B=46.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48991300.630.2400.49202.6846.0734.9
Hex3063823F18031cb2e23
Octal6014320277300613135643
Binary11000011000111000001011111111000011000111001011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306382; }

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

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

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

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

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

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

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

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