#305B7D

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

Shades of Matisse #305B7D

Tints of Matisse #305B7D

Color information

#305B7D (or 0x305B7D) is unknown color: approx Matisse. HEX triplet: 30, 5B and 7D. RGB value is (48,91,125). Sum of RGB (Red+Green+Blue) = 48+91+125=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #305B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305B7D is #CFA482. Grayscale: #515151. Windows color (decimal): -13608067 or 8215344. OLE color: 8215344.

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

Color convert

RGB4891125-
CMYK0.620.2700.51
HSL206.49º44.51%33.92%-
HSV(B)206.49º61.6%49.02%-
XYZ8.669.5920.8-
YUV82.02152.25103.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 91 (35.94% from 255) = 34.47%
BLUE value IS 125 (49.22% from 255) = 47.35%
R=18.18%
G=34.47%
B=47.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48911250.620.2700.51206.4944.5133.92
Hex305B7D3E1B033ce2d22
Octal6013317576330633165542
Binary1100001011011111110111111011011011001111001110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,91,125); }

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

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

 a { background-color: rgb(48,91,125); }

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

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

 span { border-color: rgb(48,91,125); }

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