#30617C

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

Shades of Matisse #30617C

Tints of Matisse #30617C

Color information

#30617C (or 0x30617C) is unknown color: approx Matisse. HEX triplet: 30, 61 and 7C. RGB value is (48,97,124). Sum of RGB (Red+Green+Blue) = 48+97+124=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #30617C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30617C is #CF9E83. Grayscale: #555555. Windows color (decimal): -13606532 or 8151344. OLE color: 8151344.

HSL color Cylindrical-coordinate representation of color #30617C: hue angle of 201.32º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30617C is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4897124-
CMYK0.610.2200.51
HSL201.32º44.19%33.73%-
HSV(B)201.32º61.29%48.63%-
XYZ9.1310.6320.64-
YUV85.43149.77101.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.84%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 124 (48.83% from 255) = 46.10%
R=17.84%
G=36.06%
B=46.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48971240.610.2200.51201.3244.1933.73
Hex30617C3D16033c92c22
Octal6014117475260633115442
Binary1100001100001111110011110110110011001111001001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30617C; }

 p { color: rgb(48,97,124); }

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

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

 a { background-color: rgb(48,97,124); }

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

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

 span { border-color: rgb(48,97,124); }

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