Html Css Color HEX #3C3474 Minsk

📋 copy color: '#3C3474'

red 60 ◦ green 52 ◦ blue 116

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

Shades of Minsk #3C3474

Tints of Minsk #3C3474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.81%

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

R = 26.32%
G = 22.81%
B = 50.88%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C3474 (or 0x3C3474) is known color: Minsk. HEX triplet: 3C, 34 and 74. RGB value is (60,52,116). Sum of RGB (Red+Green+Blue) = 60+52+116=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C3474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3474 is #C3CB8B. Grayscale: #3D3D3D. Windows color (decimal): -12831628 or 7615548. OLE color: 7615548.

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

Color convert

RGB 60 52 116 -
CMYK 0.48 0.55 0 0.55
HSL 247.5º 0.38% 0.33% -
HSV(B) 247.5º 0.55% 0.45% -
XYZ 6.24 4.68 17.1 -
YUV 61.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 60 52 116 0.48 0.55 0 0.55 247.5 0.38 0.33
Hex 3C 34 74 30 37 0 37 F8 26 21
Octal 74 64 164 60 67 0 67 370 46 41
Binary 111100 110100 1110100 110000 110111 0 110111 11111000 100110 100001

Color Harmonies of #3C3474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3474

Black with #3C3474

Text Example


Text Example

White with #3C3474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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