Html Css Color HEX #3C3376 Minsk

📋 copy color: '#3C3376'

red 60 ◦ green 51 ◦ blue 118

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

Shades of Minsk #3C3376

Tints of Minsk #3C3376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.27%

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

R = 26.2%
G = 22.27%
B = 51.53%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C3376 (or 0x3C3376) is known color: Minsk. HEX triplet: 3C, 33 and 76. RGB value is (60,51,118). Sum of RGB (Red+Green+Blue) = 60+51+118=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C3376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3376 is #C3CC89. Grayscale: #3D3D3D. Windows color (decimal): -12831882 or 7746364. OLE color: 7746364.

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

Color convert

RGB 60 51 118 -
CMYK 0.49 0.57 0 0.54
HSL 248.06º 0.4% 0.33% -
HSV(B) 248.06º 0.57% 0.46% -
XYZ 6.32 4.64 17.7 -
YUV 61.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 60 51 118 0.49 0.57 0 0.54 248.06 0.4 0.33
Hex 3C 33 76 31 39 0 36 F8 28 21
Octal 74 63 166 61 71 0 66 370 50 41
Binary 111100 110011 1110110 110001 111001 0 110110 11111000 101000 100001

Color Harmonies of #3C3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3376

Black with #3C3376

Text Example


Text Example

White with #3C3376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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