Html Css Color HEX #3C356A Minsk

📋 copy color: '#3C356A'

red 60 ◦ green 53 ◦ blue 106

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

Shades of Minsk #3C356A

Tints of Minsk #3C356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 48.4%

R = 27.4%
G = 24.2%
B = 48.4%

CMYK

 C value IS 0.43

 M value IS 0.5

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C356A (or 0x3C356A) is known color: Minsk. HEX triplet: 3C, 35 and 6A. RGB value is (60,53,106). Sum of RGB (Red+Green+Blue) = 60+53+106=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C356A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C356A is #C3CA95. Grayscale: #3C3C3C. Windows color (decimal): -12831382 or 6960444. OLE color: 6960444.

HSL color Cylindrical-coordinate representation of color #3C356A: hue angle of 247.92º degrees, saturation: 0.33, 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 #3C356A is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 53 106 -
CMYK 0.43 0.5 0 0.58
HSL 247.92º 0.33% 0.31% -
HSV(B) 247.92º 0.5% 0.42% -
XYZ 5.74 4.55 14.21 -
YUV 61.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 60 53 106 0.43 0.5 0 0.58 247.92 0.33 0.31
Hex 3C 35 6A 2B 32 0 3A F8 21 1F
Octal 74 65 152 53 62 0 72 370 41 37
Binary 111100 110101 1101010 101011 110010 0 111010 11111000 100001 11111

Color Harmonies of #3C356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C356A

Black with #3C356A

Text Example


Text Example

White with #3C356A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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