#305e7f

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

Shades of Matisse #305E7F

Tints of Matisse #305E7F

Color information

#305E7F (or 0x305E7F) is unknown color: approx Matisse. HEX triplet: 30, 5E and 7F. RGB value is (48,94,127). Sum of RGB (Red+Green+Blue) = 48+94+127=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #305E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305E7F is #CFA180. Grayscale: #535353. Windows color (decimal): -13607297 or 8347184. OLE color: 8347184.

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

Color convert

RGB4894127-
CMYK0.620.2600.50
HSL205.06º45.14%34.31%-
HSV(B)205.06º62.2%49.8%-
XYZ9.0510.1721.56-
YUV84.01152.26102.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.84%
GREEN value IS 94 (37.11% from 255) = 34.94%
BLUE value IS 127 (50% from 255) = 47.21%
R=17.84%
G=34.94%
B=47.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48941270.620.2600.50205.0645.1434.31
Hex305E7F3E1A032cd2d22
Octal6013617776320623155542
Binary1100001011110111111111111011010011001011001101101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305e7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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