#305D82

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

Shades of Matisse #305D82

Tints of Matisse #305D82

Color information

#305D82 (or 0x305D82) is unknown color: approx Matisse. HEX triplet: 30, 5D and 82. RGB value is (48,93,130). Sum of RGB (Red+Green+Blue) = 48+93+130=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #305D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305D82 is #CFA27D. Grayscale: #535353. Windows color (decimal): -13607550 or 8543536. OLE color: 8543536.

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

Color convert

RGB4893130-
CMYK0.630.2800.49
HSL207.07º46.07%34.9%-
HSV(B)207.07º63.08%50.98%-
XYZ9.1610.0722.58-
YUV83.76154.09102.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 93 (36.72% from 255) = 34.32%
BLUE value IS 130 (51.17% from 255) = 47.97%
R=17.71%
G=34.32%
B=47.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48931300.630.2800.49207.0746.0734.9
Hex305D823F1C031cf2e23
Octal6013520277340613175643
Binary11000010111011000001011111111100011000111001111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305D82; }

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

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

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

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

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

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

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

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