Html Css Color HEX #3F356C Minsk

📋 copy color: '#3F356C'

red 63 ◦ green 53 ◦ blue 108

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

Shades of Minsk #3F356C

Tints of Minsk #3F356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.21%

R = 28.13%
G = 23.66%
B = 48.21%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3F356C (or 0x3F356C) is known color: Minsk. HEX triplet: 3F, 35 and 6C. RGB value is (63,53,108). Sum of RGB (Red+Green+Blue) = 63+53+108=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F356C is #C0CA93. Grayscale: #3E3E3E. Windows color (decimal): -12634772 or 7091519. OLE color: 7091519.

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

Color convert

RGB 63 53 108 -
CMYK 0.42 0.51 0 0.58
HSL 250.91º 0.34% 0.32% -
HSV(B) 250.91º 0.51% 0.42% -
XYZ 6.03 4.69 14.77 -
YUV 62.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 63 53 108 0.42 0.51 0 0.58 250.91 0.34 0.32
Hex 3F 35 6C 2A 33 0 3A FB 22 20
Octal 77 65 154 52 63 0 72 373 42 40
Binary 111111 110101 1101100 101010 110011 0 111010 11111011 100010 100000

Color Harmonies of #3F356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F356C

Black with #3F356C

Text Example


Text Example

White with #3F356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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