#306081

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

Shades of Matisse #306081

Tints of Matisse #306081

Color information

#306081 (or 0x306081) is unknown color: approx Matisse. HEX triplet: 30, 60 and 81. RGB value is (48,96,129). Sum of RGB (Red+Green+Blue) = 48+96+129=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #306081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306081 is #CF9F7E. Grayscale: #555555. Windows color (decimal): -13606783 or 8478768. OLE color: 8478768.

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

Color convert

RGB4896129-
CMYK0.630.2600.49
HSL204.44º45.76%34.71%-
HSV(B)204.44º62.79%50.59%-
XYZ9.3610.5822.32-
YUV85.41152.6101.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=17.58%
G=35.16%
B=47.25%

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
Decimal48961290.630.2600.49204.4445.7634.71
Hex3060813F1A031cc2e23
Octal6014020177320613145643
Binary11000011000001000000111111111010011000111001100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306081; }

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

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

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

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

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

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

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

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