Html Css Color HEX #3B356C Minsk

📋 copy color: '#3B356C'

red 59 ◦ green 53 ◦ blue 108

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

Shades of Minsk #3B356C

Tints of Minsk #3B356C

RGB

 RED value IS 59 (23.44% from 255) = 26.82%

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

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

R = 26.82%
G = 24.09%
B = 49.09%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3B356C (or 0x3B356C) is known color: Minsk. HEX triplet: 3B, 35 and 6C. RGB value is (59,53,108). Sum of RGB (Red+Green+Blue) = 59+53+108=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B356C is #C4CA93. Grayscale: #3C3C3C. Windows color (decimal): -12896916 or 7091515. OLE color: 7091515.

HSL color Cylindrical-coordinate representation of color #3B356C: hue angle of 246.55º 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 #3B356C is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 59 53 108 -
CMYK 0.45 0.51 0 0.58
HSL 246.55º 0.34% 0.32% -
HSV(B) 246.55º 0.51% 0.42% -
XYZ 5.78 4.56 14.76 -
YUV 61.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 59 53 108 0.45 0.51 0 0.58 246.55 0.34 0.32
Hex 3B 35 6C 2D 33 0 3A F7 22 20
Octal 73 65 154 55 63 0 72 367 42 40
Binary 111011 110101 1101100 101101 110011 0 111010 11110111 100010 100000

Color Harmonies of #3B356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B356C

Black with #3B356C

Text Example


Text Example

White with #3B356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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