Html Css Color HEX #3F356B Minsk

📋 copy color: '#3F356B'

red 63 ◦ green 53 ◦ blue 107

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

Shades of Minsk #3F356B

Tints of Minsk #3F356B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

 BLUE value IS 107 (42.19% from 255) = 47.98%

R = 28.25%
G = 23.77%
B = 47.98%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F356B (or 0x3F356B) is known color: Minsk. HEX triplet: 3F, 35 and 6B. RGB value is (63,53,107). Sum of RGB (Red+Green+Blue) = 63+53+107=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F356B is #C0CA94. Grayscale: #3D3D3D. Windows color (decimal): -12634773 or 7025983. OLE color: 7025983.

HSL color Cylindrical-coordinate representation of color #3F356B: hue angle of 251.11º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F356B is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 53 107 -
CMYK 0.41 0.50 0 0.58
HSL 251.11º 0.34% 0.31% -
HSV(B) 251.11º 0.5% 0.42% -
XYZ 5.98 4.66 14.5 -
YUV 62.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 63 53 107 0.41 0.50 0 0.58 251.11 0.34 0.31
Hex 3F 35 6B 29 32 0 3A FB 22 1F
Octal 77 65 153 51 62 0 72 373 42 37
Binary 111111 110101 1101011 101001 110010 0 111010 11111011 100010 11111

Color Harmonies of #3F356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F356B

Black with #3F356B

Text Example


Text Example

White with #3F356B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,53,107); }

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

background-color css

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

 a { background-color: rgb(63,53,107); }

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

border-color css

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

 span { border-color: rgb(63,53,107); }

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