#306381

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

Shades of Matisse #306381

Tints of Matisse #306381

Color information

#306381 (or 0x306381) is unknown color: approx Matisse. HEX triplet: 30, 63 and 81. RGB value is (48,99,129). Sum of RGB (Red+Green+Blue) = 48+99+129=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #306381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306381 is #CF9C7E. Grayscale: #575757. Windows color (decimal): -13606015 or 8479536. OLE color: 8479536.

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

Color convert

RGB4899129-
CMYK0.630.2300.49
HSL202.22º45.76%34.71%-
HSV(B)202.22º62.79%50.59%-
XYZ9.6411.1422.41-
YUV87.17151.6100.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 129 (50.78% from 255) = 46.74%
R=17.39%
G=35.87%
B=46.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48991290.630.2300.49202.2245.7634.71
Hex3063813F17031ca2e23
Octal6014320177270613125643
Binary11000011000111000000111111110111011000111001010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306381; }

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

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

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

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

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

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

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

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