#305D83

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

Shades of Matisse #305D83

Tints of Matisse #305D83

Color information

#305D83 (or 0x305D83) is unknown color: approx Matisse. HEX triplet: 30, 5D and 83. RGB value is (48,93,131). Sum of RGB (Red+Green+Blue) = 48+93+131=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #305D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305D83 is #CFA27C. Grayscale: #535353. Windows color (decimal): -13607549 or 8609072. OLE color: 8609072.

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

Color convert

RGB4893131-
CMYK0.630.2900.49
HSL207.47º46.37%35.1%-
HSV(B)207.47º63.36%51.37%-
XYZ9.2310.122.93-
YUV83.88154.59102.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 93 (36.72% from 255) = 34.19%
BLUE value IS 131 (51.56% from 255) = 48.16%
R=17.65%
G=34.19%
B=48.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48931310.630.2900.49207.4746.3735.1
Hex305D833F1D031cf2e23
Octal6013520377350613175643
Binary11000010111011000001111111111101011000111001111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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