Html Css Color HEX #3C346F Minsk

📋 copy color: '#3C346F'

red 60 ◦ green 52 ◦ blue 111

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

Shades of Minsk #3C346F

Tints of Minsk #3C346F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.32%

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

R = 26.91%
G = 23.32%
B = 49.78%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C346F (or 0x3C346F) is known color: Minsk. HEX triplet: 3C, 34 and 6F. RGB value is (60,52,111). Sum of RGB (Red+Green+Blue) = 60+52+111=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C346F is #C3CB90. Grayscale: #3C3C3C. Windows color (decimal): -12831633 or 7287868. OLE color: 7287868.

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

Color convert

RGB 60 52 111 -
CMYK 0.46 0.53 0 0.56
HSL 248.14º 0.36% 0.32% -
HSV(B) 248.14º 0.53% 0.44% -
XYZ 5.96 4.56 15.61 -
YUV 61.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 60 52 111 0.46 0.53 0 0.56 248.14 0.36 0.32
Hex 3C 34 6F 2E 35 0 38 F8 24 20
Octal 74 64 157 56 65 0 70 370 44 40
Binary 111100 110100 1101111 101110 110101 0 111000 11111000 100100 100000

Color Harmonies of #3C346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C346F

Black with #3C346F

Text Example


Text Example

White with #3C346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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