Html Css Color HEX #3C286E Minsk

📋 copy color: '#3C286E'

red 60 ◦ green 40 ◦ blue 110

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

Shades of Minsk #3C286E

Tints of Minsk #3C286E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 52.38%

R = 28.57%
G = 19.05%
B = 52.38%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C286E (or 0x3C286E) is known color: Minsk. HEX triplet: 3C, 28 and 6E. RGB value is (60,40,110). Sum of RGB (Red+Green+Blue) = 60+40+110=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C286E is #C3D791. Grayscale: #353535. Windows color (decimal): -12834706 or 7219260. OLE color: 7219260.

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

Color convert

RGB 60 40 110 -
CMYK 0.45 0.64 0 0.57
HSL 257.14º 0.47% 0.29% -
HSV(B) 257.14º 0.64% 0.43% -
XYZ 5.44 3.6 15.16 -
YUV 53.96 159.63 132.31 -
System Red Green Blue C M Y K H S L
Decimal 60 40 110 0.45 0.64 0 0.57 257.14 0.47 0.29
Hex 3C 28 6E 2D 40 0 39 101 2F 1D
Octal 74 50 156 55 100 0 71 401 57 35
Binary 111100 101000 1101110 101101 1000000 0 111001 100000001 101111 11101

Color Harmonies of #3C286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C286E

Black with #3C286E

Text Example


Text Example

White with #3C286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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