Html Css Color HEX #3C3768 Minsk

📋 copy color: '#3C3768'

red 60 ◦ green 55 ◦ blue 104

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

Shades of Minsk #3C3768

Tints of Minsk #3C3768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.49%

R = 27.4%
G = 25.11%
B = 47.49%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3C3768 (or 0x3C3768) is known color: Minsk. HEX triplet: 3C, 37 and 68. RGB value is (60,55,104). Sum of RGB (Red+Green+Blue) = 60+55+104=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #3C3768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3768 is #C3C897. Grayscale: #3D3D3D. Windows color (decimal): -12830872 or 6829884. OLE color: 6829884.

HSL color Cylindrical-coordinate representation of color #3C3768: hue angle of 246.12º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C3768 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 60 55 104 -
CMYK 0.42 0.47 0 0.59
HSL 246.12º 0.31% 0.31% -
HSV(B) 246.12º 0.47% 0.41% -
XYZ 5.73 4.69 13.7 -
YUV 62.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 60 55 104 0.42 0.47 0 0.59 246.12 0.31 0.31
Hex 3C 37 68 2A 2F 0 3B F6 1F 1F
Octal 74 67 150 52 57 0 73 366 37 37
Binary 111100 110111 1101000 101010 101111 0 111011 11110110 11111 11111

Color Harmonies of #3C3768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3768

Black with #3C3768

Text Example


Text Example

White with #3C3768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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