Html Css Color HEX #3C3073 Minsk

📋 copy color: '#3C3073'

red 60 ◦ green 48 ◦ blue 115

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

Shades of Minsk #3C3073

Tints of Minsk #3C3073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.57%

R = 26.91%
G = 21.52%
B = 51.57%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C3073 (or 0x3C3073) is known color: Minsk. HEX triplet: 3C, 30 and 73. RGB value is (60,48,115). Sum of RGB (Red+Green+Blue) = 60+48+115=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C3073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3073 is #C3CF8C. Grayscale: #3A3A3A. Windows color (decimal): -12832653 or 7548988. OLE color: 7548988.

HSL color Cylindrical-coordinate representation of color #3C3073: hue angle of 250.75º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C3073 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 48 115 -
CMYK 0.48 0.58 0 0.55
HSL 250.75º 0.41% 0.32% -
HSV(B) 250.75º 0.58% 0.45% -
XYZ 6.01 4.31 16.74 -
YUV 59.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 60 48 115 0.48 0.58 0 0.55 250.75 0.41 0.32
Hex 3C 30 73 30 3A 0 37 FB 29 20
Octal 74 60 163 60 72 0 67 373 51 40
Binary 111100 110000 1110011 110000 111010 0 110111 11111011 101001 100000

Color Harmonies of #3C3073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3073

Black with #3C3073

Text Example


Text Example

White with #3C3073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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