Html Css Color HEX #3C286D Minsk

📋 copy color: '#3C286D'

red 60 ◦ green 40 ◦ blue 109

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

Shades of Minsk #3C286D

Tints of Minsk #3C286D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.15%

R = 28.71%
G = 19.14%
B = 52.15%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C286D (or 0x3C286D) is known color: Minsk. HEX triplet: 3C, 28 and 6D. RGB value is (60,40,109). Sum of RGB (Red+Green+Blue) = 60+40+109=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C286D is #C3D792. Grayscale: #353535. Windows color (decimal): -12834707 or 7153724. OLE color: 7153724.

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

Color convert

RGB 60 40 109 -
CMYK 0.45 0.63 0 0.57
HSL 257.39º 0.46% 0.29% -
HSV(B) 257.39º 0.63% 0.43% -
XYZ 5.38 3.58 14.88 -
YUV 53.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 60 40 109 0.45 0.63 0 0.57 257.39 0.46 0.29
Hex 3C 28 6D 2D 3F 0 39 101 2E 1D
Octal 74 50 155 55 77 0 71 401 56 35
Binary 111100 101000 1101101 101101 111111 0 111001 100000001 101110 11101

Color Harmonies of #3C286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C286D

Black with #3C286D

Text Example


Text Example

White with #3C286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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