Html Css Color HEX #3C356C Minsk

📋 copy color: '#3C356C'

red 60 ◦ green 53 ◦ blue 108

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

Shades of Minsk #3C356C

Tints of Minsk #3C356C

RGB

 RED value IS 60 (23.83% from 255) = 27.15%

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

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

R = 27.15%
G = 23.98%
B = 48.87%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C356C (or 0x3C356C) is known color: Minsk. HEX triplet: 3C, 35 and 6C. RGB value is (60,53,108). Sum of RGB (Red+Green+Blue) = 60+53+108=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C356C is #C3CA93. Grayscale: #3D3D3D. Windows color (decimal): -12831380 or 7091516. OLE color: 7091516.

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

Color convert

RGB 60 53 108 -
CMYK 0.44 0.51 0 0.58
HSL 247.64º 0.34% 0.32% -
HSV(B) 247.64º 0.51% 0.42% -
XYZ 5.84 4.59 14.77 -
YUV 61.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 60 53 108 0.44 0.51 0 0.58 247.64 0.34 0.32
Hex 3C 35 6C 2C 33 0 3A F8 22 20
Octal 74 65 154 54 63 0 72 370 42 40
Binary 111100 110101 1101100 101100 110011 0 111010 11111000 100010 100000

Color Harmonies of #3C356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C356C

Black with #3C356C

Text Example


Text Example

White with #3C356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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