Html Css Color HEX #3C286B Minsk

📋 copy color: '#3C286B'

red 60 ◦ green 40 ◦ blue 107

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

Shades of Minsk #3C286B

Tints of Minsk #3C286B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.32%

 BLUE value IS 107 (42.19% from 255) = 51.69%

R = 28.99%
G = 19.32%
B = 51.69%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C286B (or 0x3C286B) is known color: Minsk. HEX triplet: 3C, 28 and 6B. RGB value is (60,40,107). Sum of RGB (Red+Green+Blue) = 60+40+107=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 107 (42.19% from 255 or 51.69% from 207); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C286B is #C3D794. Grayscale: #353535. Windows color (decimal): -12834709 or 7022652. OLE color: 7022652.

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

Color convert

RGB 60 40 107 -
CMYK 0.44 0.63 0 0.58
HSL 257.91º 0.46% 0.29% -
HSV(B) 257.91º 0.63% 0.42% -
XYZ 5.28 3.54 14.32 -
YUV 53.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 60 40 107 0.44 0.63 0 0.58 257.91 0.46 0.29
Hex 3C 28 6B 2C 3F 0 3A 102 2E 1D
Octal 74 50 153 54 77 0 72 402 56 35
Binary 111100 101000 1101011 101100 111111 0 111010 100000010 101110 11101

Color Harmonies of #3C286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C286B

Black with #3C286B

Text Example


Text Example

White with #3C286B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,40,107); }

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

background-color css

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

 a { background-color: rgb(60,40,107); }

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

border-color css

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

 span { border-color: rgb(60,40,107); }

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