#306285

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

Shades of Matisse #306285

Tints of Matisse #306285

Color information

#306285 (or 0x306285) is unknown color: approx Matisse. HEX triplet: 30, 62 and 85. RGB value is (48,98,133). Sum of RGB (Red+Green+Blue) = 48+98+133=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #306285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306285 is #CF9D7A. Grayscale: #565656. Windows color (decimal): -13606267 or 8741424. OLE color: 8741424.

HSL color Cylindrical-coordinate representation of color #306285: hue angle of 204.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #306285 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4898133-
CMYK0.640.2600.48
HSL204.71º46.96%35.49%-
HSV(B)204.71º63.91%52.16%-
XYZ9.8211.0623.81-
YUV87.04153.94100.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=17.20%
G=35.13%
B=47.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48981330.640.2600.48204.7146.9635.49
Hex306285401A030cd2f23
Octal60142205100320603155743
Binary110000110001010000101100000011010011000011001101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306285; }

 p { color: rgb(48,98,133); }

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

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

 a { background-color: rgb(48,98,133); }

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

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

 span { border-color: rgb(48,98,133); }

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