#305F7F

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

Shades of Matisse #305F7F

Tints of Matisse #305F7F

Color information

#305F7F (or 0x305F7F) is unknown color: approx Matisse. HEX triplet: 30, 5F and 7F. RGB value is (48,95,127). Sum of RGB (Red+Green+Blue) = 48+95+127=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #305F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305F7F is #CFA080. Grayscale: #545454. Windows color (decimal): -13607041 or 8347440. OLE color: 8347440.

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

Color convert

RGB4895127-
CMYK0.620.2500.50
HSL204.3º45.14%34.31%-
HSV(B)204.3º62.2%49.8%-
XYZ9.1410.3521.59-
YUV84.59151.93101.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 95 (37.5% from 255) = 35.19%
BLUE value IS 127 (50% from 255) = 47.04%
R=17.78%
G=35.19%
B=47.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48951270.620.2500.50204.345.1434.31
Hex305F7F3E19032cc2d22
Octal6013717776310623145542
Binary1100001011111111111111111011001011001011001100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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