#3F3378

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

Shades of Minsk #3F3378

Tints of Minsk #3F3378

Color information

#3F3378 (or 0x3F3378) is unknown color: approx Minsk. HEX triplet: 3F, 33 and 78. RGB value is (63,51,120). Sum of RGB (Red+Green+Blue) = 63+51+120=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F3378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3378 is #C0CC87. Grayscale: #3E3E3E. Windows color (decimal): -12635272 or 7877439. OLE color: 7877439.

HSL color Cylindrical-coordinate representation of color #3F3378: hue angle of 250.43º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F3378 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6351120-
CMYK0.480.5800.53
HSL250.43º40.35%33.53%-
HSV(B)250.43º57.5%47.06%-
XYZ6.624.7818.34-
YUV62.45160.48128.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.92%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=26.92%
G=21.79%
B=51.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63511200.480.5800.53250.4340.3533.53
Hex3F3378303A035fa2822
Octal776317060720653725042
Binary1111111100111111000110000111010011010111111010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,51,120); }

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

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

 a { background-color: rgb(63,51,120); }

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

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

 span { border-color: rgb(63,51,120); }

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