Html Css Color HEX #3C346A Minsk

📋 copy color: '#3C346A'

red 60 ◦ green 52 ◦ blue 106

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

Shades of Minsk #3C346A

Tints of Minsk #3C346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

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

R = 27.52%
G = 23.85%
B = 48.62%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C346A (or 0x3C346A) is known color: Minsk. HEX triplet: 3C, 34 and 6A. RGB value is (60,52,106). Sum of RGB (Red+Green+Blue) = 60+52+106=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C346A is #C3CB95. Grayscale: #3C3C3C. Windows color (decimal): -12831638 or 6960188. OLE color: 6960188.

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

Color convert

RGB 60 52 106 -
CMYK 0.43 0.51 0 0.58
HSL 248.89º 0.34% 0.31% -
HSV(B) 248.89º 0.51% 0.42% -
XYZ 5.69 4.46 14.2 -
YUV 60.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 60 52 106 0.43 0.51 0 0.58 248.89 0.34 0.31
Hex 3C 34 6A 2B 33 0 3A F9 22 1F
Octal 74 64 152 53 63 0 72 371 42 37
Binary 111100 110100 1101010 101011 110011 0 111010 11111001 100010 11111

Color Harmonies of #3C346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C346A

Black with #3C346A

Text Example


Text Example

White with #3C346A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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