Html Css Color HEX #3C3760 Minsk

📋 copy color: '#3C3760'

red 60 ◦ green 55 ◦ blue 96

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

Shades of Minsk #3C3760

Tints of Minsk #3C3760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.07%

 BLUE value IS 96 (37.89% from 255) = 45.5%

R = 28.44%
G = 26.07%
B = 45.5%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C3760 (or 0x3C3760) is known color: Minsk. HEX triplet: 3C, 37 and 60. RGB value is (60,55,96). Sum of RGB (Red+Green+Blue) = 60+55+96=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C3760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3760 is #C3C89F. Grayscale: #3D3D3D. Windows color (decimal): -12830880 or 6305596. OLE color: 6305596.

HSL color Cylindrical-coordinate representation of color #3C3760: hue angle of 247.32º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C3760 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 55 96 -
CMYK 0.38 0.43 0 0.62
HSL 247.32º 0.27% 0.3% -
HSV(B) 247.32º 0.43% 0.38% -
XYZ 5.34 4.54 11.66 -
YUV 61.17 147.66 127.17 -
System Red Green Blue C M Y K H S L
Decimal 60 55 96 0.38 0.43 0 0.62 247.32 0.27 0.3
Hex 3C 37 60 26 2B 0 3E F7 1B 1E
Octal 74 67 140 46 53 0 76 367 33 36
Binary 111100 110111 1100000 100110 101011 0 111110 11110111 11011 11110

Color Harmonies of #3C3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3760

Black with #3C3760

Text Example


Text Example

White with #3C3760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,55,96); }

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

background-color css

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

 a { background-color: rgb(60,55,96); }

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

border-color css

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

 span { border-color: rgb(60,55,96); }

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