#306281

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

Shades of Matisse #306281

Tints of Matisse #306281

Color information

#306281 (or 0x306281) is unknown color: approx Matisse. HEX triplet: 30, 62 and 81. RGB value is (48,98,129). Sum of RGB (Red+Green+Blue) = 48+98+129=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #306281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306281 is #CF9D7E. Grayscale: #565656. Windows color (decimal): -13606271 or 8479280. OLE color: 8479280.

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

Color convert

RGB4898129-
CMYK0.630.2400.49
HSL202.96º45.76%34.71%-
HSV(B)202.96º62.79%50.59%-
XYZ9.5510.9522.38-
YUV86.58151.94100.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=17.45%
G=35.64%
B=46.91%

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
Decimal48981290.630.2400.49202.9645.7634.71
Hex3062813F18031cb2e23
Octal6014220177300613135643
Binary11000011000101000000111111111000011000111001011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306281; }

 p { color: rgb(48,98,129); }

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

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

 a { background-color: rgb(48,98,129); }

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

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

 span { border-color: rgb(48,98,129); }

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