#3C306F

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

Shades of Minsk #3C306F

Tints of Minsk #3C306F

Color information

#3C306F (or 0x3C306F) is unknown color: approx Minsk. HEX triplet: 3C, 30 and 6F. RGB value is (60,48,111). Sum of RGB (Red+Green+Blue) = 60+48+111=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C306F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C306F is #C3CF90. Grayscale: #3A3A3A. Windows color (decimal): -12832657 or 7286844. OLE color: 7286844.

HSL color Cylindrical-coordinate representation of color #3C306F: hue angle of 251.43º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C306F is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6048111-
CMYK0.460.5700.56
HSL251.43º39.62%31.18%-
HSV(B)251.43º56.76%43.53%-
XYZ5.794.2215.55-
YUV58.77157.48128.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.40%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 111 (43.75% from 255) = 50.68%
R=27.40%
G=21.92%
B=50.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60481110.460.5700.56251.4339.6231.18
Hex3C306F2E39038fb281f
Octal746015756710703735037
Binary111100110000110111110111011100101110001111101110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C306F; }

 p { color: rgb(60,48,111); }

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

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

 a { background-color: rgb(60,48,111); }

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

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

 span { border-color: rgb(60,48,111); }

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