Html Css Color HEX #3C306F Minsk

📋 copy color: '#3C306F'

red 60 ◦ green 48 ◦ blue 111

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

Shades of Minsk #3C306F

Tints of Minsk #3C306F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.92%

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

R = 27.4%
G = 21.92%
B = 50.68%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C306F (or 0x3C306F) is known color: Minsk. HEX triplet: 3C, 30 and 6F. RGB value is (60,48,111). Sum of RGB (Red+Green+Blue) = 60+48+111=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C306F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C306F is #C3CF90. Grayscale: #3A3A3A. Windows color (decimal): -12832657 or 7286844. OLE color: 7286844.

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

Color convert

RGB 60 48 111 -
CMYK 0.46 0.57 0 0.56
HSL 251.43º 0.4% 0.31% -
HSV(B) 251.43º 0.57% 0.44% -
XYZ 5.79 4.22 15.55 -
YUV 58.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 60 48 111 0.46 0.57 0 0.56 251.43 0.4 0.31
Hex 3C 30 6F 2E 39 0 38 FB 28 1F
Octal 74 60 157 56 71 0 70 373 50 37
Binary 111100 110000 1101111 101110 111001 0 111000 11111011 101000 11111

Color Harmonies of #3C306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C306F

Black with #3C306F

Text Example


Text Example

White with #3C306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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