Html Css Color HEX #3C296D Minsk

📋 copy color: '#3C296D'

red 60 ◦ green 41 ◦ blue 109

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

Shades of Minsk #3C296D

Tints of Minsk #3C296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.52%

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

R = 28.57%
G = 19.52%
B = 51.9%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C296D (or 0x3C296D) is known color: Minsk. HEX triplet: 3C, 29 and 6D. RGB value is (60,41,109). Sum of RGB (Red+Green+Blue) = 60+41+109=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C296D is #C3D692. Grayscale: #363636. Windows color (decimal): -12834451 or 7153980. OLE color: 7153980.

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

Color convert

RGB 60 41 109 -
CMYK 0.45 0.62 0 0.57
HSL 256.76º 0.45% 0.29% -
HSV(B) 256.76º 0.62% 0.43% -
XYZ 5.42 3.65 14.89 -
YUV 54.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 60 41 109 0.45 0.62 0 0.57 256.76 0.45 0.29
Hex 3C 29 6D 2D 3E 0 39 101 2D 1D
Octal 74 51 155 55 76 0 71 401 55 35
Binary 111100 101001 1101101 101101 111110 0 111001 100000001 101101 11101

Color Harmonies of #3C296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C296D

Black with #3C296D

Text Example


Text Example

White with #3C296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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