Html Css Color HEX #3C286F Minsk

📋 copy color: '#3C286F'

red 60 ◦ green 40 ◦ blue 111

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

Shades of Minsk #3C286F

Tints of Minsk #3C286F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.61%

R = 28.44%
G = 18.96%
B = 52.61%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C286F (or 0x3C286F) is known color: Minsk. HEX triplet: 3C, 28 and 6F. RGB value is (60,40,111). Sum of RGB (Red+Green+Blue) = 60+40+111=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C286F is #C3D790. Grayscale: #353535. Windows color (decimal): -12834705 or 7284796. OLE color: 7284796.

HSL color Cylindrical-coordinate representation of color #3C286F: hue angle of 256.9º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C286F is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 40 111 -
CMYK 0.46 0.64 0 0.56
HSL 256.9º 0.47% 0.3% -
HSV(B) 256.9º 0.64% 0.44% -
XYZ 5.49 3.63 15.45 -
YUV 54.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 60 40 111 0.46 0.64 0 0.56 256.9 0.47 0.3
Hex 3C 28 6F 2E 40 0 38 101 2F 1E
Octal 74 50 157 56 100 0 70 401 57 36
Binary 111100 101000 1101111 101110 1000000 0 111000 100000001 101111 11110

Color Harmonies of #3C286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C286F

Black with #3C286F

Text Example


Text Example

White with #3C286F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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