Html Css Color HEX #3C3374 Minsk

📋 copy color: '#3C3374'

red 60 ◦ green 51 ◦ blue 116

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

Shades of Minsk #3C3374

Tints of Minsk #3C3374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.1%

R = 26.43%
G = 22.47%
B = 51.1%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C3374 (or 0x3C3374) is known color: Minsk. HEX triplet: 3C, 33 and 74. RGB value is (60,51,116). Sum of RGB (Red+Green+Blue) = 60+51+116=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C3374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3374 is #C3CC8B. Grayscale: #3C3C3C. Windows color (decimal): -12831884 or 7615292. OLE color: 7615292.

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

Color convert

RGB 60 51 116 -
CMYK 0.48 0.56 0 0.55
HSL 248.31º 0.39% 0.33% -
HSV(B) 248.31º 0.56% 0.45% -
XYZ 6.2 4.59 17.08 -
YUV 61.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 60 51 116 0.48 0.56 0 0.55 248.31 0.39 0.33
Hex 3C 33 74 30 38 0 37 F8 27 21
Octal 74 63 164 60 70 0 67 370 47 41
Binary 111100 110011 1110100 110000 111000 0 110111 11111000 100111 100001

Color Harmonies of #3C3374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3374

Black with #3C3374

Text Example


Text Example

White with #3C3374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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