Html Css Color HEX #3F3474 Minsk

📋 copy color: '#3F3474'

red 63 ◦ green 52 ◦ blue 116

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

Shades of Minsk #3F3474

Tints of Minsk #3F3474

RGB

 RED value IS 63 (25% from 255) = 27.27%

 GREEN value IS 52 (20.7% from 255) = 22.51%

 BLUE value IS 116 (45.7% from 255) = 50.22%

R = 27.27%
G = 22.51%
B = 50.22%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F3474 (or 0x3F3474) is known color: Minsk. HEX triplet: 3F, 34 and 74. RGB value is (63,52,116). Sum of RGB (Red+Green+Blue) = 63+52+116=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F3474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3474 is #C0CB8B. Grayscale: #3E3E3E. Windows color (decimal): -12635020 or 7615551. OLE color: 7615551.

HSL color Cylindrical-coordinate representation of color #3F3474: hue angle of 250.31º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F3474 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 52 116 -
CMYK 0.46 0.55 0 0.55
HSL 250.31º 0.38% 0.33% -
HSV(B) 250.31º 0.55% 0.45% -
XYZ 6.43 4.77 17.11 -
YUV 62.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 63 52 116 0.46 0.55 0 0.55 250.31 0.38 0.33
Hex 3F 34 74 2E 37 0 37 FA 26 21
Octal 77 64 164 56 67 0 67 372 46 41
Binary 111111 110100 1110100 101110 110111 0 110111 11111010 100110 100001

Color Harmonies of #3F3474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3474

Black with #3F3474

Text Example


Text Example

White with #3F3474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,52,116); }

 H1.HeaderClassName
 {
   color: #3F3474;
 }
 .AnyTagClassName
 {
   color: #3F3474;
 }
</style>

background-color css

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

 a { background-color: rgb(63,52,116); }

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

border-color css

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

 span { border-color: rgb(63,52,116); }

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