Html Css Color HEX #3F3273 Minsk

📋 copy color: '#3F3273'

red 63 ◦ green 50 ◦ blue 115

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

Shades of Minsk #3F3273

Tints of Minsk #3F3273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.44%

R = 27.63%
G = 21.93%
B = 50.44%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F3273 (or 0x3F3273) is known color: Minsk. HEX triplet: 3F, 32 and 73. RGB value is (63,50,115). Sum of RGB (Red+Green+Blue) = 63+50+115=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F3273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3273 is #C0CD8C. Grayscale: #3D3D3D. Windows color (decimal): -12635533 or 7549503. OLE color: 7549503.

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

Color convert

RGB 63 50 115 -
CMYK 0.45 0.57 0 0.55
HSL 252º 0.39% 0.32% -
HSV(B) 252º 0.57% 0.45% -
XYZ 6.29 4.58 16.77 -
YUV 61.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 63 50 115 0.45 0.57 0 0.55 252 0.39 0.32
Hex 3F 32 73 2D 39 0 37 FC 27 20
Octal 77 62 163 55 71 0 67 374 47 40
Binary 111111 110010 1110011 101101 111001 0 110111 11111100 100111 100000

Color Harmonies of #3F3273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3273

Black with #3F3273

Text Example


Text Example

White with #3F3273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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