#306380

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

Shades of Matisse #306380

Tints of Matisse #306380

Color information

#306380 (or 0x306380) is unknown color: approx Matisse. HEX triplet: 30, 63 and 80. RGB value is (48,99,128). Sum of RGB (Red+Green+Blue) = 48+99+128=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #306380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306380 is #CF9C7F. Grayscale: #565656. Windows color (decimal): -13606016 or 8414000. OLE color: 8414000.

HSL color Cylindrical-coordinate representation of color #306380: hue angle of 201.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #306380 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4899128-
CMYK0.620.2300.50
HSL201.75º45.45%34.51%-
HSV(B)201.75º62.5%50.2%-
XYZ9.5811.1122.06-
YUV87.06151.1100.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 128 (50.39% from 255) = 46.55%
R=17.45%
G=36%
B=46.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48991280.620.2300.50201.7545.4534.51
Hex3063803E17032ca2d23
Octal6014320076270623125543
Binary11000011000111000000011111010111011001011001010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306380; }

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

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

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

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

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

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

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

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