Html Css Color HEX #3F3378 Minsk

📋 copy color: '#3F3378'

red 63 ◦ green 51 ◦ blue 120

#3F3378
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Minsk #3F3378

Tints of Minsk #3F3378

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 value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F3378 (or 0x3F3378) is known color: 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

RGB 63 51 120 -
CMYK 0.48 0.58 0 0.53
HSL 250.43º 0.4% 0.34% -
HSV(B) 250.43º 0.58% 0.47% -
XYZ 6.62 4.78 18.34 -
YUV 62.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 63 51 120 0.48 0.58 0 0.53 250.43 0.4 0.34
Hex 3F 33 78 30 3A 0 35 FA 28 22
Octal 77 63 170 60 72 0 65 372 50 42
Binary 111111 110011 1111000 110000 111010 0 110101 11111010 101000 100010

Color Harmonies of #3F3378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3378

Black with #3F3378

Text Example


Text Example

White with #3F3378

Text Example


Text Example

HTML Codes & Css Web 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>