Html Css Color HEX #3F3274 Minsk

📋 copy color: '#3F3274'

red 63 ◦ green 50 ◦ blue 116

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

Shades of Minsk #3F3274

Tints of Minsk #3F3274

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

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

R = 27.51%
G = 21.83%
B = 50.66%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F3274 (or 0x3F3274) is known color: Minsk. HEX triplet: 3F, 32 and 74. RGB value is (63,50,116). Sum of RGB (Red+Green+Blue) = 63+50+116=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F3274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3274 is #C0CD8B. Grayscale: #3D3D3D. Windows color (decimal): -12635532 or 7615039. OLE color: 7615039.

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

Color convert

RGB 63 50 116 -
CMYK 0.46 0.57 0 0.55
HSL 251.82º 0.4% 0.33% -
HSV(B) 251.82º 0.57% 0.45% -
XYZ 6.34 4.6 17.08 -
YUV 61.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 63 50 116 0.46 0.57 0 0.55 251.82 0.4 0.33
Hex 3F 32 74 2E 39 0 37 FC 28 21
Octal 77 62 164 56 71 0 67 374 50 41
Binary 111111 110010 1110100 101110 111001 0 110111 11111100 101000 100001

Color Harmonies of #3F3274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3274

Black with #3F3274

Text Example


Text Example

White with #3F3274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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