Html Css Color HEX #3C336A Minsk

📋 copy color: '#3C336A'

red 60 ◦ green 51 ◦ blue 106

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

Shades of Minsk #3C336A

Tints of Minsk #3C336A

RGB

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

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

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

R = 27.65%
G = 23.5%
B = 48.85%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C336A (or 0x3C336A) is known color: Minsk. HEX triplet: 3C, 33 and 6A. RGB value is (60,51,106). Sum of RGB (Red+Green+Blue) = 60+51+106=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C336A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C336A is #C3CC95. Grayscale: #3B3B3B. Windows color (decimal): -12831894 or 6959932. OLE color: 6959932.

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

Color convert

RGB 60 51 106 -
CMYK 0.43 0.52 0 0.58
HSL 249.82º 0.35% 0.31% -
HSV(B) 249.82º 0.52% 0.42% -
XYZ 5.65 4.37 14.18 -
YUV 59.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 60 51 106 0.43 0.52 0 0.58 249.82 0.35 0.31
Hex 3C 33 6A 2B 34 0 3A FA 23 1F
Octal 74 63 152 53 64 0 72 372 43 37
Binary 111100 110011 1101010 101011 110100 0 111010 11111010 100011 11111

Color Harmonies of #3C336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C336A

Black with #3C336A

Text Example


Text Example

White with #3C336A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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