Html Css Color HEX #3C336C Minsk

📋 copy color: '#3C336C'

red 60 ◦ green 51 ◦ blue 108

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

Shades of Minsk #3C336C

Tints of Minsk #3C336C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.29%

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

R = 27.4%
G = 23.29%
B = 49.32%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C336C (or 0x3C336C) is known color: Minsk. HEX triplet: 3C, 33 and 6C. RGB value is (60,51,108). Sum of RGB (Red+Green+Blue) = 60+51+108=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C336C is #C3CC93. Grayscale: #3B3B3B. Windows color (decimal): -12831892 or 7091004. OLE color: 7091004.

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

Color convert

RGB 60 51 108 -
CMYK 0.44 0.53 0 0.58
HSL 249.47º 0.36% 0.31% -
HSV(B) 249.47º 0.53% 0.42% -
XYZ 5.75 4.41 14.74 -
YUV 60.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 60 51 108 0.44 0.53 0 0.58 249.47 0.36 0.31
Hex 3C 33 6C 2C 35 0 3A F9 24 1F
Octal 74 63 154 54 65 0 72 371 44 37
Binary 111100 110011 1101100 101100 110101 0 111010 11111001 100100 11111

Color Harmonies of #3C336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C336C

Black with #3C336C

Text Example


Text Example

White with #3C336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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