Html Css Color HEX #3C2B73 Minsk

📋 copy color: '#3C2B73'

red 60 ◦ green 43 ◦ blue 115

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

Shades of Minsk #3C2B73

Tints of Minsk #3C2B73

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.72%

 BLUE value IS 115 (45.31% from 255) = 52.75%

R = 27.52%
G = 19.72%
B = 52.75%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C2B73 (or 0x3C2B73) is known color: Minsk. HEX triplet: 3C, 2B and 73. RGB value is (60,43,115). Sum of RGB (Red+Green+Blue) = 60+43+115=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C2B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2B73 is #C3D48C. Grayscale: #383838. Windows color (decimal): -12833933 or 7547708. OLE color: 7547708.

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

Color convert

RGB 60 43 115 -
CMYK 0.48 0.63 0 0.55
HSL 254.17º 0.46% 0.31% -
HSV(B) 254.17º 0.63% 0.45% -
XYZ 5.82 3.93 16.67 -
YUV 56.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 60 43 115 0.48 0.63 0 0.55 254.17 0.46 0.31
Hex 3C 2B 73 30 3F 0 37 FE 2E 1F
Octal 74 53 163 60 77 0 67 376 56 37
Binary 111100 101011 1110011 110000 111111 0 110111 11111110 101110 11111

Color Harmonies of #3C2B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2B73

Black with #3C2B73

Text Example


Text Example

White with #3C2B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,43,115); }

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

background-color css

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

 a { background-color: rgb(60,43,115); }

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

border-color css

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

 span { border-color: rgb(60,43,115); }

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