#305C81

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

Shades of Matisse #305C81

Tints of Matisse #305C81

Color information

#305C81 (or 0x305C81) is unknown color: approx Matisse. HEX triplet: 30, 5C and 81. RGB value is (48,92,129). Sum of RGB (Red+Green+Blue) = 48+92+129=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #305C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305C81 is #CFA37E. Grayscale: #525252. Windows color (decimal): -13607807 or 8477744. OLE color: 8477744.

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

Color convert

RGB4892129-
CMYK0.630.2900.49
HSL207.41º45.76%34.71%-
HSV(B)207.41º62.79%50.59%-
XYZ9.019.8722.2-
YUV83.06153.92102.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.84%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 129 (50.78% from 255) = 47.96%
R=17.84%
G=34.20%
B=47.96%

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
Decimal48921290.630.2900.49207.4145.7634.71
Hex305C813F1D031cf2e23
Octal6013420177350613175643
Binary11000010111001000000111111111101011000111001111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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