Html Css Color HEX #3C3672 Minsk

📋 copy color: '#3C3672'

red 60 ◦ green 54 ◦ blue 114

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

Shades of Minsk #3C3672

Tints of Minsk #3C3672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.68%

 BLUE value IS 114 (44.92% from 255) = 50%

R = 26.32%
G = 23.68%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C3672 (or 0x3C3672) is known color: Minsk. HEX triplet: 3C, 36 and 72. RGB value is (60,54,114). Sum of RGB (Red+Green+Blue) = 60+54+114=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C3672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3672 is #C3C98D. Grayscale: #3E3E3E. Windows color (decimal): -12831118 or 7484988. OLE color: 7484988.

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

Color convert

RGB 60 54 114 -
CMYK 0.47 0.53 0 0.55
HSL 246º 0.36% 0.33% -
HSV(B) 246º 0.53% 0.45% -
XYZ 6.22 4.81 16.52 -
YUV 62.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 60 54 114 0.47 0.53 0 0.55 246 0.36 0.33
Hex 3C 36 72 2F 35 0 37 F6 24 21
Octal 74 66 162 57 65 0 67 366 44 41
Binary 111100 110110 1110010 101111 110101 0 110111 11110110 100100 100001

Color Harmonies of #3C3672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3672

Black with #3C3672

Text Example


Text Example

White with #3C3672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,114); }

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

background-color css

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

 a { background-color: rgb(60,54,114); }

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

border-color css

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

 span { border-color: rgb(60,54,114); }

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