#3E306C

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

Shades of Minsk #3E306C

Tints of Minsk #3E306C

Color information

#3E306C (or 0x3E306C) is unknown color: approx Minsk. HEX triplet: 3E, 30 and 6C. RGB value is (62,48,108). Sum of RGB (Red+Green+Blue) = 62+48+108=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E306C is #C1CF93. Grayscale: #3A3A3A. Windows color (decimal): -12701588 or 7090238. OLE color: 7090238.

HSL color Cylindrical-coordinate representation of color #3E306C: hue angle of 254º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E306C is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6248108-
CMYK0.430.5600.58
HSL254º38.46%30.59%-
HSV(B)254º55.56%42.35%-
XYZ5.754.2214.7-
YUV59.03155.64130.12-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.44%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=28.44%
G=22.02%
B=49.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62481080.430.5600.5825438.4630.59
Hex3E306C2B3803Afe261f
Octal766015453700723764637
Binary111110110000110110010101111100001110101111111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,48,108); }

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

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

 a { background-color: rgb(62,48,108); }

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

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

 span { border-color: rgb(62,48,108); }

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