Html Css Color HEX #3C356D Minsk

📋 copy color: '#3C356D'

red 60 ◦ green 53 ◦ blue 109

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

Shades of Minsk #3C356D

Tints of Minsk #3C356D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 49.1%

R = 27.03%
G = 23.87%
B = 49.1%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C356D (or 0x3C356D) is known color: Minsk. HEX triplet: 3C, 35 and 6D. RGB value is (60,53,109). Sum of RGB (Red+Green+Blue) = 60+53+109=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C356D is #C3CA92. Grayscale: #3D3D3D. Windows color (decimal): -12831379 or 7157052. OLE color: 7157052.

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

Color convert

RGB 60 53 109 -
CMYK 0.45 0.51 0 0.57
HSL 247.5º 0.35% 0.32% -
HSV(B) 247.5º 0.51% 0.43% -
XYZ 5.9 4.61 15.05 -
YUV 61.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 60 53 109 0.45 0.51 0 0.57 247.5 0.35 0.32
Hex 3C 35 6D 2D 33 0 39 F8 23 20
Octal 74 65 155 55 63 0 71 370 43 40
Binary 111100 110101 1101101 101101 110011 0 111001 11111000 100011 100000

Color Harmonies of #3C356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C356D

Black with #3C356D

Text Example


Text Example

White with #3C356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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