Html Css Color HEX #3C3076 Minsk

📋 copy color: '#3C3076'

red 60 ◦ green 48 ◦ blue 118

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

Shades of Minsk #3C3076

Tints of Minsk #3C3076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.21%

R = 26.55%
G = 21.24%
B = 52.21%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C3076 (or 0x3C3076) is known color: Minsk. HEX triplet: 3C, 30 and 76. RGB value is (60,48,118). Sum of RGB (Red+Green+Blue) = 60+48+118=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C3076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3076 is #C3CF89. Grayscale: #3B3B3B. Windows color (decimal): -12832650 or 7745596. OLE color: 7745596.

HSL color Cylindrical-coordinate representation of color #3C3076: hue angle of 250.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C3076 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 48 118 -
CMYK 0.49 0.59 0 0.54
HSL 250.29º 0.42% 0.33% -
HSV(B) 250.29º 0.59% 0.46% -
XYZ 6.19 4.38 17.66 -
YUV 59.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 60 48 118 0.49 0.59 0 0.54 250.29 0.42 0.33
Hex 3C 30 76 31 3B 0 36 FA 2A 21
Octal 74 60 166 61 73 0 66 372 52 41
Binary 111100 110000 1110110 110001 111011 0 110110 11111010 101010 100001

Color Harmonies of #3C3076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3076

Black with #3C3076

Text Example


Text Example

White with #3C3076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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