Html Css Color HEX #3C296E Minsk

📋 copy color: '#3C296E'

red 60 ◦ green 41 ◦ blue 110

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

Shades of Minsk #3C296E

Tints of Minsk #3C296E

RGB

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

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

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

R = 28.44%
G = 19.43%
B = 52.13%

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

#3C296E (or 0x3C296E) is known color: Minsk. HEX triplet: 3C, 29 and 6E. RGB value is (60,41,110). Sum of RGB (Red+Green+Blue) = 60+41+110=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C296E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C296E is #C3D691. Grayscale: #363636. Windows color (decimal): -12834450 or 7219516. OLE color: 7219516.

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

Color convert

RGB 60 41 110 -
CMYK 0.45 0.63 0 0.57
HSL 256.52º 0.46% 0.3% -
HSV(B) 256.52º 0.63% 0.43% -
XYZ 5.47 3.67 15.17 -
YUV 54.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 60 41 110 0.45 0.63 0 0.57 256.52 0.46 0.3
Hex 3C 29 6E 2D 3F 0 39 101 2E 1E
Octal 74 51 156 55 77 0 71 401 56 36
Binary 111100 101001 1101110 101101 111111 0 111001 100000001 101110 11110

Color Harmonies of #3C296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C296E

Black with #3C296E

Text Example


Text Example

White with #3C296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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