#305F81

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

Shades of Matisse #305F81

Tints of Matisse #305F81

Color information

#305F81 (or 0x305F81) is unknown color: approx Matisse. HEX triplet: 30, 5F and 81. RGB value is (48,95,129). Sum of RGB (Red+Green+Blue) = 48+95+129=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #305F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305F81 is #CFA07E. Grayscale: #545454. Windows color (decimal): -13607039 or 8478512. OLE color: 8478512.

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

Color convert

RGB4895129-
CMYK0.630.2600.49
HSL205.19º45.76%34.71%-
HSV(B)205.19º62.79%50.59%-
XYZ9.2710.422.29-
YUV84.82152.93101.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 95 (37.5% from 255) = 34.93%
BLUE value IS 129 (50.78% from 255) = 47.43%
R=17.65%
G=34.93%
B=47.43%

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
Decimal48951290.630.2600.49205.1945.7634.71
Hex305F813F1A031cd2e23
Octal6013720177320613155643
Binary11000010111111000000111111111010011000111001101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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